sigma
Function File: sigma (sys)
Function File: sigma (sys1, sys2, …, sysN)
Function File: sigma (sys1, sys2, …, sysN, w)
Function File: sigma (sys1, ’style1’, …, sysN, ’styleN’)
Function File: [sv, w] = sigma (sys)
Function File: [sv, w] = sigma (sys, w)
Singular values of frequency response. If no output arguments are given, the singular value plot is printed on the screen.
Inputs
{wmin, wmax} specifies a frequency range,
where wmin and wmax denote minimum and maximum frequencies
in rad/s.help plot for details.Outputs
min (m, p) rows and as many columns as frequency points length (w).
The singular values at the frequency w(k) are given by sv(:,k).See also: bodemag, svd
Source Code: sigma