www.gusucode.com > slcontrol 案例源码程序 matlab代码 > slcontrol/GetCurrentParameterizationValueOfTunedBlockExample.m

    %% Get Current Value of Tuned Block Parameterization
%%
% Create an |slTuner| interface for the |scdcascade| model.   

% Copyright 2015 The MathWorks, Inc.

open_system('scdcascade')
st = slTuner('scdcascade',{'C1','C2'});

%%
% Examine the current parameterization value of one of the tuned blocks.
val = getBlockValue(st,'C1')