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 Ansichten (letzte 30 Tage)
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.

Akzeptierte Antwort

Greg Heath
Greg Heath am 11 Mai 2015
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 Kommentare
Greg Heath
Greg Heath am 19 Mai 2015
Aren't you worried about mixing the obsolete function newff with the current function narxnet?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by