semilogx
Semi-log plot (logarithmic x-axis).
Syntax
Section titled “Syntax”h = semilogx(x, y, ...)Description
Section titled “Description”Same as plot but with x on a logarithmic scale. Common for frequency-domain plots.
Example
Section titled “Example”semilogx(freq, response)