Method ao/nyquistplot


  NYQUISTPLOT fits a piecewise powerlaw to the given data.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: NYQUISTPLOT plots a nyquist plot for a complex frequency
  series
 
 
  CALL:        hf = obj.nyquistplot(pl)
               hf = nyquistplot(objs, pl)
 
  INPUTS:      pl      - a parameter list
               obj(s)  - input fsdata object(s)
 
  OUTPUTS:     hf - figure handle(s)
 
 
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
iplot
FIGURE [] none The handle of the figure to plot in to. This will be ignored if the AOs to plot are inconsistent,
containing different class of data (such as tsdata and fsdata), or if the 'arrangement'
parameter is passed as 'single'.
ARRANGEMENT 'stacked'
  • 'stacked'
  • 'single'
  • 'subplots'
Select the plot layout:
  • 'single' - plot all AOs on individual figures
  • 'stacked' - plot all AOs on the same axes
  • 'subplots' - plot all AOs on subplots
LINEWIDTHS '' none A cell-array of line widths, one for each trace.
Give an empty string to use the default line width.
LINECOLORS '' none A cell-array of color definitions, one for each trace.
Give an empty string to use the default color.
LINESTYLES '' none A cell-array of line styles, one for each trace.
Give an empty string to use the default style.
MARKERS '' none A cell-array of markers, one for each trace.
MARKERSIZES '' none A cell-array of marker sizes, one for each trace.
LEGENDS '' none Give a cell-array of strings to be used for
the plot legends. If a cell contains an empty
string, the default legend string is built.
If a single string 'off' is given instead of a
cell-array, then the legends are all switched off.
LEGENDLOCATION 'NorthEast'
  • 'North'
  • 'South'
  • 'East'
  • 'West'
  • 'NorthEast'
  • 'NorthWest'
  • 'SouthEast'
  • 'SouthWest'
  • 'NorthOutside'
  • 'SouthOutside'
  • 'EastOutside'
  • 'WestOutside'
  • 'NorthEastOutside'
  • 'NorthWestOutside'
  • 'SouthEastOutside'
  • 'SouthWestOutside'
  • 'Best'
  • 'BestOutside'
Choose the legend location.
LEGENDFONTSIZE 20 none Choose the legend font size.
FIGURENAMES '' none Sets the figure name.
XRANGES '' none A cell-array specifying the ranges to be displayed on each x-axis.
For example, {[0 1], [-4 4]}.
YRANGES '' none A cell-array specifying the ranges to be displayed on each y-axis.
For example, {[0 1], [-4 4]}.
TITLES '' none A cell-array specifying the titles to be displayed above each set of axes.
LATEXLABELS 0
  • 0
  • 1
Use latex interpreter for axis labels.
XLABELS 'Real Part' none Specify the labels to be used on the x-axes. The units are added from
the data object 'xunits' property.
YLABELS 'Imaginary Part' none Specify the labels to be used on the y-axes. The units are added from
the data object 'yunits' property.
split
FREQUENCIES [] none An array of start/stop frequencies to split by.

Example

plist('FIGURE', [[]], 'ARRANGEMENT', 'stacked', 'LINEWIDTHS', '', 'LINECOLORS', '', 'LINESTYLES', '', 'MARKERS', '', 'MARKERSIZES', '', 'LEGENDS', '', 'LEGENDLOCATION', 'NorthEast', 'LEGENDFONTSIZE', [20], 'FIGURENAMES', '', 'XRANGES', '', 'YRANGES', '', 'TITLES', '', 'LATEXLABELS', [false], 'XLABELS', 'Real Part', 'YLABELS', 'Imaginary Part', 'FREQUENCIES', [[]])

back to top back to top

Some information of the method ao/nyquistplot are listed below:
Class name ao
Method name nyquistplot
Category Signal Processing
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team