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

    %% Specify Options for Nonlinear ARX Estimation
% Create an option set for |nlarx| specifying the following options:
%%
% * Turn off iterative estimation for the default wavelet network
% estimation.
% * Turn on the estimation progress-viewer display.

% Copyright 2015 The MathWorks, Inc.

opt = nlarxOptions('IterWavenet','off','Display','on');