ngrid
(Not recommended) Superimpose Nichols chart on Nichols plot
ngrid
is not recommended. To add grid lines to a Nichols plot, enable
the AxesStyle.GridVisible
property of the corresponding chart object
instead. For more information, see Not recommended.
Description
ngrid
superimposes Nichols chart grid lines over the Nichols
frequency response of a SISO LTI system. The range of the Nichols grid lines is set to
encompass the entire Nichols frequency response.
The chart relates the complex number H/(1 + H) to H, where H is any complex number. For SISO systems, when H is a point on the open-loop frequency response, then the corresponding value of the closed-loop frequency response assuming unit negative feedback is
If the current axis is empty, ngrid
generates a new Nichols chart
grid in the region –40 dB to 40 dB in magnitude and –360 degrees to 0 degrees in phase.
ngrid
returns a warning if the current axis does not contain a SISO
Nichols frequency response.
ngrid('new')
clears the current axes first and sets hold
on
.
ngrid(
plots the grid on
the AX
,___)Axes
or UIAxes
object in the current figure with
the handle AX
. Use this syntax when creating apps with
ngrid
in the App Designer.