loglog
Log-log scale 2D plot.
Syntax
Section titled “Syntax”h = loglog(x, y, ...)Description
Section titled “Description”Same as plot but with both axes on a logarithmic scale. Useful for power-law data or wide-dynamic-range plots.
Example
Section titled “Example”loglog(freq, magnitude)