semilogy
Semilog plot (y-axis has log scale).
Syntax
semilogy(X, Y)
semilogy(X, Y, LineSpec)
semilogy(Y)
semilogy(Y, LineSpec)
semilogy(ax, ...)
semilogy(..., propertyName, propertyValue)
go = semilogy(...)
Input argument
X - Linear scale coordinates: scalar, vector or matrix.
Y - Log scale coordinates: scalar, vector or matrix.
LineSpec - Line style, marker, and/or color: character vector or scalar string.
ax - a scalar graphics object value: parent container, specified as a axes.
propertyName - a scalar string or row vector character. see help of 'line' for property list.
propertyValue - a value.
Output argument
go - a graphics object: line type.
Description
semilogy(X, Y) plots data using a base 10 logarithmic scale for the y-axis and a normal (linear) scale for the x-axis.
semilogy has the exact same syntax as the plot command.
Examples
See also
History
Author
Allan CORNET
Last updated