www.gusucode.com > control 案例程序 matlab源码代码 > control/GenerateArrayOfRandomModelsExample.m

    %% Generate Array of Random Models
% 
%%
% Generate a 4-by-5 array of SISO models with three states each.
sysarray = rss(3,1,1,4,5);
size(sysarray)