Function: semiaudplot
SEMIAUDPLOT  2D plot on auditory scale
  Usage: h=semiaudplot(x,y);

  SEMIAUDPLOT(x,y) plots the data (x,y) on an auditory scale. By
  default the values of the x-axis will be shown on the Erb-scale.

  SEMIAUDPLOT takes the following parameters at the end of the line of input
  arguments:

    'x'       Make the x-axis use the auditory scale. This is the default.

    'y'       Make the y-axis use the auditory scale.

    'opts',c  Pass options stored in a cell array onto the plot
              function.

  In addition to these parameters, the auditory scale can be
  specified. All scales supported by FREQTOAUD are supported. The default
  is to use the erb-scale.     

Url: http://ltfat.github.io/doc/auditory/semiaudplot.html

See also: freqtoaud.

Package: ltfat