Model Predictive Control Toolbox | ![]() ![]() |
Plots the frequency response generated by mod2frsp
as a Bode plot.
Syntax
Description
vmat
is a varying matrix which contains the data to be plotted.
Let F() denote the matrix (whose entries are functions of the independent variable
) whose sampled values F(
1), ... , F(
N) are contained in
vmat
.
plotfrsp(vmat)
will generate Bode plots of all elements of F().
Optional inputs out and in are row vectors which specify the row and column indices respectively of a submatrix of F().
plotfrsp
will then generate Bode plots of the elements of the specified submatrix of F().
Example Output: (mod2frsp
example)
See Also
mod2frsp
, varying format
![]() | ploteach | plotstep | ![]() |