nicholsplot
Plot Nichols frequency response of dynamic system
Syntax
Description
The nicholsplot function plots the Nichols response of a dynamic
system model. To customize the plot, you can return a NicholsPlot object and
modify it using dot notation. For more information, see Customize Linear Analysis Plots at Command Line.
To obtain frequency response data, use the nichols function.
nicholsplot( plots the frequency Nichols
response of the dynamic system model
sys)sys.
If sys is a multi-input, multi-output (MIMO) model, then the
nicholsplot function creates a grid of Nichols plots with each plot
displaying the frequency response of one input-output pair.
If sys is a model with complex coefficients, then
nicholsplot shows a contour comprised of both positive and negative
frequencies. For models with real coefficients, nicholsplot shows only
positive frequencies.
nicholsplot(___,
plots the Nichols frequency response with the plotting options specified in
plotoptions)plotoptions. Settings you specify in
plotoptions override the plotting preferences for the current
MATLAB® session. This syntax is useful when you want to write a script to generate
multiple plots that look the same regardless of the local preferences.
nicholsplot(___,
specifies response properties using one or more name-value arguments. For example,
Name=Value)nicholsplot(sys,LineWidth=1) sets the plot line width to 1. (since R2026a)
When plotting responses for multiple systems, the specified name-value arguments apply to all responses.
The following name-value arguments override values specified in other input arguments.
nicholsplot( plots
the Nichols response in the specified parent graphics container, such as a
parent,___)Figure or TiledChartLayout, and sets the
Parent property. Use this syntax when you want to create a plot in
a specified open figure or when creating apps in App Designer.
plots the
Nichols response and returns the corresponding chart object. To customize the appearance
and behavior of the response plot, modify the chart object properties using dot
notation.np = nicholsplot(___)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced before R2006aSee Also
nichols | nicholsoptions | addResponse | showConfidence (System Identification Toolbox)







