103
MATLAB Semilogy()
It generates a plot of the values of x and y, using a linear scale for x and a logarithmic scale for y.
Syntax
Example
Create a plot with logarithmic scales for the y-axis and linear scales for the x-axis.
Output:
Next TopicMATLAB loglog()