[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
gca
(/tools/hpmatlab/toolbox/matlab/graphics/gca.m)
Function Synopsis
h = gca()
Help text
GCA Get current axis handle.
H = GCA returns the handle to the current axis. The current
axis is the axis that graphics commands like PLOT, TITLE,
SURF, etc. draw to if issued.
Use the commands AXES or SUBPLOT to change the current axis
to a different axis, or to create new ones.
See also AXES,SUBPLOT,DELETE,CLA,HOLD,GCF.
Cross-Reference Information
This function calls
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
This function is called by
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- bar /tools/hpmatlab/toolbox/matlab/plotxy/bar.m
- cla /tools/hpmatlab/toolbox/matlab/graphics/cla.m
- compass /tools/hpmatlab/toolbox/matlab/plotxy/compass.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- dc2sc /tools/hpmatlab/toolbox/matlab/graphics/dc2sc.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- freqs /tools/hpmatlab/toolbox/signal/freqs.m
- freqz /tools/hpmatlab/toolbox/signal/freqz.m
- ginput /tools/hpmatlab/toolbox/matlab/graphics/ginput.m
- grid /tools/hpmatlab/toolbox/matlab/plotxy/grid.m
- grpdelay /tools/hpmatlab/toolbox/signal/grpdelay.m
- gtext /tools/hpmatlab/toolbox/matlab/plotxy/gtext.m
- hold /tools/hpmatlab/toolbox/matlab/graphics/hold.m
- impz /tools/hpmatlab/toolbox/signal/impz.m
- inquire /tools/hpmatlab/toolbox/matlab/general/inquire.m
- ishold /tools/hpmatlab/toolbox/matlab/graphics/ishold.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.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
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
- sc2dc /tools/hpmatlab/toolbox/matlab/graphics/sc2dc.m
- show_img ee2200/show_img.m
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- stem /tools/hpmatlab/toolbox/matlab/plotxy/stem.m
- strips /tools/hpmatlab/toolbox/signal/strips.m
- subplot /tools/hpmatlab/toolbox/matlab/graphics/subplot.m
- title /tools/hpmatlab/toolbox/matlab/plotxy/title.m
- ucplot ee2200/ucplot.m
- xlabel /tools/hpmatlab/toolbox/matlab/plotxy/xlabel.m
- ylabel /tools/hpmatlab/toolbox/matlab/plotxy/ylabel.m
- zcat ee2200/zcat.m
- zcoords ee2200/zcoords.m
- zplane /tools/hpmatlab/toolbox/signal/zplane.m
- zvect ee2200/zvect.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON