semilogy
Semi-log plot (logarithmic y-axis).
Syntax
Section titled “Syntax”h = semilogy(x, y, ...)Description
Section titled “Description”Same as plot but with y on a logarithmic scale. Useful when y spans many decades.
Example
Section titled “Example”semilogy(t, decay)