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.

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.

 채택된 답변

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

Thank you for answer my question, I have obtained narx model with 4 inputs (u(t-1), u(t-2), y(t-1), y(t-2)) and 1 output with function (newff), and i have generate Simulink block for neural network simulation, can i used this last with model predictive control Toolbox?. thanks.
Sorry, I am not familiar with predictive control.
Aren't you worried about mixing the obsolete function newff with the current function narxnet?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

질문:

2015년 5월 8일

댓글:

2015년 5월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by