[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
close
(/tools/hpmatlab/toolbox/matlab/graphics/close.m)
Function Synopsis
close(h)
Help text
CLOSE Close specified window.
CLOSE(H) closes the window with handle H.
CLOSE, by itself, closes the current figure window.
CLOSE closes the window unconditionally and without confirmation.
CLOSE('name') closes the named window.
CLOSE ALL closes all the open windows.
See also DELETE.
Cross-Reference Information
This function calls
- all /tools/hpmatlab/toolbox/matlab/ops/all.m
- delete /tools/hpmatlab/toolbox/matlab/general/delete.m
- else /tools/hpmatlab/toolbox/matlab/lang/else.m
- end /tools/hpmatlab/toolbox/matlab/lang/end.m
- error /tools/hpmatlab/toolbox/matlab/lang/error.m
- exist /tools/hpmatlab/toolbox/matlab/ops/exist.m
- for /tools/hpmatlab/toolbox/matlab/lang/for.m
- gcf /tools/hpmatlab/toolbox/matlab/graphics/gcf.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
- nargin /tools/hpmatlab/toolbox/matlab/elmat/nargin.m
- return /tools/hpmatlab/toolbox/matlab/lang/return.m
This function is called by
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON