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.

1 visualización (últimos 30 días)
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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by