FRespPlot:

Path: Common/Control

% Plot the frequency response of the system in Bode or Nichols form.

--------------------------------------------------------------------------
   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

Back to the Common Module page