prtvarma Printings and graphs

Grocer >> Printings and graphs > yscale

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)

AUTHOR

Eric Dubois 2002
prtvarma Printings and graphs