Create list of pole/zero plot options
P = pzoptions
P = pzoption('cstprefs')
P = pzoptions
returns a list of available
options for pole/zero plots (pole/zero, input-output pole/zero and
root locus) with default values set.. You can use these options to
customize the pole/zero plot appearance from the command line.
P = pzoption('cstprefs')
initializes the plot options with the options
you selected in the Control System and System Identification Toolbox Preferences Editor.
For more information about the editor, see Toolbox Preferences Editor.
This table summarizes the available pole/zero 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 the following values: 'off' | 'on' Default: 'off' |
GridColor | Color of the grid lines, specified as one of the following:
Vector of RGB values in the range [0,1] | character
vector of color name |'none' . For example, for
yellow color, specify as one of the following: [1 1 0] , 'yellow' ,
or 'y' .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 the following
values: '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 the following values:
Default: You
can also specify |
TimeUnits |
Time units, specified as one of the following values:
Default: You can also specify |
ConfidenceRegionNumberSD | Number of standard deviations to use when displaying
the confidence region characteristic for identified models (valid
only |
getoptions
| iopzplot
| pzplot
| setoptions