[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
gcf
(/tools/hpmatlab/toolbox/matlab/graphics/gcf.m)
Function Synopsis
h = gcf()
Help text
GCF Get current figure handle.
H = GCF returns the handle to the current figure. The current
figure is the figure (graphics window) that graphics commands
like PLOT, TITLE, SURF, etc. draw to if issued.
Use the commands FIGURE to change the current figure
to a different figure, or to create new ones.
See also FIGURE, CLOSE, CLF, GCA.
Cross-Reference Information
This function calls
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
This function is called by
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- capture /tools/hpmatlab/toolbox/matlab/graphics/capture.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- clf /tools/hpmatlab/toolbox/matlab/graphics/clf.m
- close /tools/hpmatlab/toolbox/matlab/graphics/close.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- ginput /tools/hpmatlab/toolbox/matlab/graphics/ginput.m
- graymon /tools/hpmatlab/toolbox/matlab/graphics/graymon.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- inquire /tools/hpmatlab/toolbox/matlab/general/inquire.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- moveaxis /tools/hpmatlab/toolbox/matlab/plotxy/moveaxis.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- orient /tools/hpmatlab/toolbox/matlab/graphics/orient.m
- refresh /tools/hpmatlab/toolbox/matlab/graphics/refresh.m
- shg /tools/hpmatlab/toolbox/matlab/graphics/shg.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- stem /tools/hpmatlab/toolbox/matlab/plotxy/stem.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.m
- whitebg /tools/hpmatlab/toolbox/matlab/graphics/whitebg.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON