[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
figflag
(/tools/hpmatlab/toolbox/matlab/graphics/figflag.m)
Function Synopsis
[flag,fig] = figflag(str,silent)
Help text
FIGFLAG True if figure is currently displayed on screen.
[FLAG,FIG] = FIGFLAG(STR,SILENT) checks to see if any figure
with Name STR is presently on the screen. If such a figure is
presently on the screen, FLAG=1, else FLAG=0. If SILENT=0, the
figures are brought to the front.
Cross-Reference Information
This function calls
- elseif /tools/hpmatlab/toolbox/matlab/lang/elseif.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- figure /tools/hpmatlab/toolbox/matlab/graphics/figure.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
- i /tools/hpmatlab/toolbox/matlab/elmat/i.m
- if /tools/hpmatlab/toolbox/matlab/lang/if.m
- isempty /tools/hpmatlab/toolbox/matlab/ops/isempty.m
- length /tools/hpmatlab/toolbox/matlab/general/length.m
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- type /tools/hpmatlab/toolbox/matlab/general/type.m
This function is called by
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON