Name
yscale — determines y scale
CALLING SEQUENCE
sca=yscale(y)
PARAMETERS
- Input
y = the y matrix of the graph
- Output
sca=the vector of the scale values
DESCRIPTION
Determines from the y values the values of the y scale.
EXAMPLE
x=grand(15,1,'nor',0,2)
[sca,miny,maxy]=yscale(x,%f)