[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
figure
(/tools/hpmatlab/toolbox/matlab/graphics/figure.m)
Help text
FIGURE Create Figures (graph windows).
FIGURE, by itself, opens a new Figure (graph window), and returns
an integer handle.
FIGURE(H) makes the H'th Figure the current Figure for
subsequent plotting commands. If Figure H does not exist, a new
one is created using the first available Figure handle.
GCF returns the handle to the current figure.
Execute GET(H) to see a list of figure object properties and
their current values. Execute SET(H) to see a list of figure
object properties and legal property values.
See also SUBPLOT, AXES, GCF, CLF.
Cross-Reference Information
This is called by
- alphacontrol ee2200/alphacontrol.m
- beatcontrol ee2200/beatcontrol.m
- capture /tools/hpmatlab/toolbox/matlab/graphics/capture.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- enveloper ee2200/enveloper.m
- figflag /tools/hpmatlab/toolbox/matlab/graphics/figflag.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- gco /tools/hpmatlab/toolbox/matlab/graphics/gco.m
- ginput /tools/hpmatlab/toolbox/matlab/graphics/ginput.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- newplot /tools/hpmatlab/toolbox/matlab/graphics/newplot.m
- pez ee2200/pez.m
- pez_dp ee2200/pez_dp.m
- pez_dz ee2200/pez_dz.m
- pez_ep ee2200/pez_ep.m
- pez_ez ee2200/pez_ez.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
- refresh /tools/hpmatlab/toolbox/matlab/graphics/refresh.m
- shg /tools/hpmatlab/toolbox/matlab/graphics/shg.m
- show_img ee2200/show_img.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON