www.gusucode.com > ident 案例代码 matlab源码程序 > ident/SpecifyAnOptionsSetForEstimationUsingNlhwExample.m

    %% Specify an Option Set for Hammerstein-Wiener Model Estimation
% Create an options set for |nlhw| where:
%%
% * Initial conditions are estimated from the estimation data. 
% * Subspace Gauss-Newton least squares method is used for estimation. 
%%

% Copyright 2015 The MathWorks, Inc.

opt = nlhwOptions('InitialCondition','estimate','SearchMethod','gn');