plotLogY#

Purpose#

Graphs X vs. Y using log coordinates for the y-axis.

Format#

plotLogY([myPlot, ]x, y)#
Parameters:
  • myPlot (struct) – Optional argument, a plotControl structure

  • x (Nx1 or NxM matrix) – Each column represents the X values for a particular line.

  • y (Nx1 or NxM matrix) – Each column represents the Y values for a particular line.

See also

Functions plotXY(), plotLogX(), plotLogLog()