www.gusucode.com > simulink 案例源码程序 matlab代码 > simulink/OpenMultipleSystemswithOneCommandExample.m

    %% Open Multiple Systems with One Command  
% Create a cell array of two model names, |f14| and |vdp|. Open both models
% using |open_system| with the cell array name.   

%%  
models = {'f14','vdp'}
open_system(models)