[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/plotxy]
text
(/tools/hpmatlab/toolbox/matlab/plotxy/text.m)
Function Synopsis
th = text(x,y,string,opt_sc)
Help text
TEXT Add Text to the current plot.
TEXT(X,Y,'string') adds the text in the quotes to location (X,Y)
on the current axes, where (X,Y) is in units from the current
plot. If X and Y are vectors, TEXT writes the text at all locations
given. If 'string' is an array the same number of rows as the
length of X and Y, TEXT marks each point with the corresponding row
of the 'string' array.
TEXT(X,Y,Z,'string') adds text in 3-D coordinates.
TEXT returns a column vector of handles to TEXT objects, one
handle per text object. TEXT objects are children of AXES objects.
The X,Y pair (X,Y,Z triple for 3-D) can be followed by
parameter/value pairs to specify additional properties of the text.
The X,Y pair (X,Y,Z triple for 3-D) can be omitted entirely, and
all properties specified using parameter/value pairs.
Execute GET(H), where H is a text handle, to see a list of text
object properties and their current values. Execute SET(H) to see a
list of text object properties and legal property values.
See also XLABEL, YLABEL, ZLABEL, TITLE, GTEXT, LINE, PATCH.
Cross-Reference Information
This function is called by
- alphacontrol ee2200/alphacontrol.m
- beatcontrol ee2200/beatcontrol.m
- blt /tools/hpmatlab/toolbox/matlab/graphics/blt.m
- cztdemo /tools/hpmatlab/toolbox/signal/cztdemo.m
- enveloper ee2200/enveloper.m
- filtdemo /tools/hpmatlab/toolbox/signal/filtdemo.m
- gtext /tools/hpmatlab/toolbox/matlab/plotxy/gtext.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
- 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
- sosdemo /tools/hpmatlab/toolbox/signal/sosdemo.m
- whitebg /tools/hpmatlab/toolbox/matlab/graphics/whitebg.m
- zplane /tools/hpmatlab/toolbox/signal/zplane.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON