Create list of Nichols plot options
P = nicholsoptions
P = nicholsoptions('cstprefs')
P = nicholsoptions
returns a list of available
options for Nichols plots with default values set. You can use these
options to customize the Nichols plot appearance from the command
line.
P = nicholsoptions('cstprefs')
initializes the plot options with the
options you selected in the Control System Toolbox™ Preferences Editor. For more information about the editor, see Toolbox Preferences Editor.
This table summarizes the Nichols plot options.
Option | Description |
---|---|
Title , XLabel , YLabel | Label text and style |
TickLabel | Tick label style |
Grid | Show or hide the grid Specified as one of: 'off' | 'on' Default: 'off' |
GridColor | Color of the grid lines Specified as one of: Vector of RGB values in the range [0,1] | color
shorthand such as 'k' or 'r' |'none' .Default: [0.15,0.15,0.15] |
XlimMode , YlimMode | Limit modes |
Xlim , Ylim | Axes limits |
IOGrouping | Grouping of input-output pairs Specified as one of: 'none' |'inputs' |'outputs' |'all' Default: 'none' |
InputLabels , OutputLabels | Input and output label styles. |
InputVisible , OutputVisible | Visibility of input and output channels |
FreqUnits | Frequency units, specified as one of:
|
MagLowerLimMode | Enables a lower magnitude limit Specified as one of: 'auto' | 'manual' Default: 'auto' |
MagLowerLim | Specifies the lower magnitude limit |
PhaseUnits | Phase units Specified as one of: 'deg' | 'rad' Default: 'deg' |
PhaseWrapping | Enables phase wrapping Specified as one of: 'on' | 'off' Default: 'off' |
PhaseWrappingBranch | Phase value at which the plot wraps accumulated phase when PhaseWrapping is
set to 'on' . Default: –180 (phase wraps into the interval [–180º,180º)) |
PhaseMatching | Enables phase matching Specified as one of: 'on' | 'off' Default: 'off' |
PhaseMatchingFreq | Frequency for matching phase |
PhaseMatchingValue | The value to make the phase responses close to |