Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
gainplot
magnitude plot
Calling Sequence
gainplot(sl,fmin,fmax [,step] [,comments] ) gainplot(frq,db,phi [,comments]) gainplot(frq, repf [,comments])
Arguments
- sl
list (
syslin
SIMO linear system).- fmin,fmax
real scalars (frequency interval).
- step
real (discretization step (logarithmic scale))
- comments
string
- frq
matrix (row by row frequencies)
- db,phi
matrices (magnitudes and phases corresponding to
frq
)- repf
complex matrix. One row for each frequency response.
Description
Same as bode but plots only the magnitude.
Examples
See Also
Report an issue | ||
<< evans | Plot and display | hallchart >> |