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