Main Content
zscale
Description
zscale(
sets the scale of the
z-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,
zscale log
is equivalent to zscale("log")
.
zscale(
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
,___)
zs = zscale
returns the current z-axis scale
value as 'linear'
or 'log'
.
Examples
Input Arguments
Version History
Introduced in R2023b