loglog

Purpose

Graphs X vs. Y using log coordinates.

Note

This function is for use with the deprecated PQG graphics. Use plotLogLog() instead.

Format

loglog(x, y)
Parameters:
  • x (Nx1 or NxM matrix) – Each column contains the X values for a particular line.

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

Source

ploglog.src

See also

Functions xy(), logx(), logy()