Main Content
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")
.
yscale(
sets the scale for
the specified axes object. This syntax is useful when you are working with multiple plots,
either in a tiled chart layout or in different figures.ax
,___)
ys = yscale
returns the current y-axis scale
value as 'linear'
or 'log'
.
Examples
Input Arguments
Version History
Introduced in R2023b