www.gusucode.com > robust 案例源码程序 matlab代码 > robust/HankelSingularValuesExample.m

    %% Hankel Singular Values
% 
%% Generate Hankel Plot

% Copyright 2015 The MathWorks, Inc.

rng(1234,'twister');
G = rss(30,4,3);
hankelsv(G)