Create list of time plot options
P = timeoptions
P = timeoptions('cstprefs')
P = timeoptions
returns a list of available
options for time plots with default values set. You can use these
options to customize the time value plot appearance from the command
line.
P = timeoptions('cstprefs')
initializes the plot 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 time 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 |
Normalize | Normalize responses, specified as one of the following values: 'on' |'off' Default: 'off' |
SettleTimeThreshold | Settling time threshold |
RiseTimeLimits | Rise time limits |
TimeUnits |
Time units, specified as one of the following values:
Default: You can also specify |
getoptions
| impulseplot
| initialplot
| lsimplot
| setoptions
| stepplot