FRespPlot:
--------------------------------------------------------------------------
Plot the frequency response of the system in a Bode or Nichols plot
--------------------------------------------------------------------------
Form:
FRespPlot( mag, phase, w, pType, iu, iy );
--------------------------------------------------------------------------
------
Inputs
------
mag (1,:) Magnitude response
phase (1,:) Phase response
w (1,:) Frequency vector
pType (:) 'bode' or 'nichols'
iu Inputs ( = 0, or leave out for all)
iy Outputs ( = 0, or leave out for all)
-------
Outputs
-------
None
--------------------------------------------------------------------------
Children:
Common: Graphics/Plot2D
Common: Graphics/TextS