[Master Index]
[Index for Courses]
show_img
(ee2200/show_img.m)
Function Synopsis
[ph] = show_img(img, figno, scaled, map)
Help text
SHOW_IMG display an image with possible scaling
usage: ph = show_img(img, figno, scaled, map)
img = input image
figno = figure number to use for the plot
if 0, re-use the same figure
if omitted a new figure will be opened
optional args:
scaled = 1 (TRUE) to do auto-scale (DEFAULT)
not equal to 1 (FALSE) to inhibit scaling
map = user-specified color map
ph = figure handle
----
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- find /tools/hpmatlab/toolbox/matlab/ops/find.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- image /tools/hpmatlab/toolbox/matlab/graphics/image.m
- max /tools/hpmatlab/toolbox/matlab/datafun/max.m
- min /tools/hpmatlab/toolbox/matlab/datafun/min.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- ones /tools/hpmatlab/toolbox/matlab/elmat/ones.m
- round /tools/hpmatlab/toolbox/matlab/elfun/round.m
- set /tools/hpmatlab/toolbox/matlab/graphics/set.m
- size /tools/hpmatlab/toolbox/matlab/general/size.m
- zeros /tools/hpmatlab/toolbox/matlab/elmat/zeros.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON