[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
set
(/tools/hpmatlab/toolbox/matlab/graphics/set.m)
Help text
SET Set object properties.
SET(H,'PropertyName',PropertyValue) sets the value of the
specified property for the graphics object with handle H.
H can be a vector of handles, in which case SET sets the
properties values for all the objects.
SET(H,'PropertyName1',PropertyValue1,'PropertyName2',PropertyValue2,...)
sets multiple property values with a single statement.
SET(H,'PropertyName') displays the possible values for the specified
property of the object with handle H.
SET(H) displays all property names and their possible values for
the object with handle H.
The default value for an object type can be set in an object's parent,
grandparent, or great-grandparent by setting the PropertyName formed
by concatenating the string 'Default', the object type, and the
property name. For example, to set the default color of text objects
to red in the current figure window:
set(gcf,'DefaultTextColor','red')
Three strings have special meaning for PropertyValues:
'default' - use default value (from parents)
'factory' - use factory default value
'remove' - remove default value.
See also GET, RESET, DELETE, GCF, GCA, FIGURE, AXES.
Cross-Reference Information
This is called by
- alphacontrol ee2200/alphacontrol.m
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- bar /tools/hpmatlab/toolbox/matlab/plotxy/bar.m
- beatcontrol ee2200/beatcontrol.m
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- capture /tools/hpmatlab/toolbox/matlab/graphics/capture.m
- cinvert /tools/hpmatlab/toolbox/matlab/graphics/cinvert.m
- cla /tools/hpmatlab/toolbox/matlab/graphics/cla.m
- comet /tools/hpmatlab/toolbox/matlab/plotxy/comet.m
- compass /tools/hpmatlab/toolbox/matlab/plotxy/compass.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- dialog /tools/hpmatlab/toolbox/matlab/graphics/dialog.m
- enveloper ee2200/enveloper.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
- graymon /tools/hpmatlab/toolbox/matlab/graphics/graymon.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
- imagesc /tools/hpmatlab/toolbox/matlab/graphics/imagesc.m
- impz /tools/hpmatlab/toolbox/signal/impz.m
- info /tools/hpmatlab/toolbox/matlab/general/info.m
- legend /tools/hpmatlab/toolbox/matlab/plotxy/legend.m
- lscan /tools/hpmatlab/toolbox/matlab/plotxy/lscan.m
- menu /tools/hpmatlab/toolbox/matlab/lang/menu.m
- moddemo /tools/hpmatlab/toolbox/signal/moddemo.m
- moveaxis /tools/hpmatlab/toolbox/matlab/plotxy/moveaxis.m
- orient /tools/hpmatlab/toolbox/matlab/graphics/orient.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
- polar /tools/hpmatlab/toolbox/matlab/plotxy/polar.m
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
- print /tools/hpmatlab/toolbox/matlab/graphics/print.m
- refresh /tools/hpmatlab/toolbox/matlab/graphics/refresh.m
- rotate /tools/hpmatlab/toolbox/matlab/graphics/rotate.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
- terminal /tools/hpmatlab/toolbox/matlab/graphics/terminal.m
- title /tools/hpmatlab/toolbox/matlab/plotxy/title.m
- ucplot ee2200/ucplot.m
- whatsnew /tools/hpmatlab/toolbox/matlab/general/whatsnew.m
- whitebg /tools/hpmatlab/toolbox/matlab/graphics/whitebg.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