[Master Index]
[Index for /tools/hpmatlab/toolbox/matlab/graphics]
sc2dc
(/tools/hpmatlab/toolbox/matlab/graphics/sc2dc.m)
Function Synopsis
[xd,yd] = sc2dc(xs,ys)
Help text
SC2DC Figure-coordinate to data-coordinate conversion.
SC2DC is obsolete, but provided for upward compatibility from
MATLAB 3.5.
[Xd,Yd] = SC2DC(Xs,Ys) converts vectors or matrices Xs and Ys from
figure-coordinates to data-coordinates. In figure-coordinates,
(0.0,0.0) is the lower-left corner of the figure and (1.0,1.0) is
the upper-right corner. For a 2-D plot, (Xmin,Ymin) is the
lower-left corner of the axis box and (Xmax,Ymax) is the upper-
right corner in data coordinates. [Xmin Xmax Ymin Ymax] are the
current axis settings as returned by AXIS.
See also DC2SC.
Cross-Reference Information
This function calls
- axis /tools/hpmatlab/toolbox/matlab/graphics/axis.m
- disp /tools/hpmatlab/toolbox/matlab/general/disp.m
- gca /tools/hpmatlab/toolbox/matlab/graphics/gca.m
- get /tools/hpmatlab/toolbox/matlab/graphics/get.m
This function is called by
- polyline /tools/hpmatlab/toolbox/matlab/plotxy/polyline.m
- polymark /tools/hpmatlab/toolbox/matlab/plotxy/polymark.m
Produced by mat2html on Wed Feb 8 12:25:18 EST 1995
Cross-Directory links are: ON