Hi, how to extracted a linear model from the nonlinear neural NARX using Instantaneous Linearization in MATLAB?, there is any command for doing Instantaneous Linearization for NARX in MATLAB? please help me. thanks.

5 ビュー (過去 30 日間)
Hi, how to extracted a linear model from the nonlinear neural NARX using Instantaneous Linearization in MATLAB?, there is any command for doing Instantaneous Linearization for NARX in MATLAB? please help me. thanks.

採用された回答

Greg Heath
Greg Heath 2015 年 5 月 11 日
For linear models
net = feedforwardnet([]);
similarly
net = narxnet(ID,FD,[]);
NOTE: for obsolete functions (e.g., newff) the empty bracket may have to be replaced by the numeral 0.
Hope this helps.
Thank you for formally accepting my answer
Greg
  3 件のコメント
Greg Heath
Greg Heath 2015 年 5 月 14 日
Sorry, I am not familiar with predictive control.
Greg Heath
Greg Heath 2015 年 5 月 19 日
Aren't you worried about mixing the obsolete function newff with the current function narxnet?

サインインしてコメントする。

その他の回答 (0 件)

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by