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

    %% Open Block Dialog Box  
% Open the block parameters dialog box for the first Gain block in the |Controller|
% subsystem.   

%%  
load_system('f14')
open_system('f14/Controller/Gain')