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

    %% Find Loaded Systems and Their Blocks   
% Return the names of all loaded systems and their blocks.   

%%  
load_system('vdp')
find_system 

%%
% Returns loaded systems and libraries, including |vdp|.