yscale
Description
yscale( sets the scale of the
y-axis to be linear or logarithmic in the current axes. Specify
scale)scale as "linear" or "log". You
can also omit the parentheses and quotation marks when using this syntax. For example,
yscale log is equivalent to yscale("log").
ys = yscale returns the current y-axis scale
value as 'linear' or 'log'.
Examples
Input Arguments
Version History
Introduced in R2023b



