How do I update NARX network to a NARMAX network using the MATLAB neural network toolbox?

I found that the MATLAB Neural Network toolbox has a built in NARX-net model. However, I was wondering how I can change that into to a NARMAX model (additionally inputs errors as feedback), or if there is a built-in function to create a NARMAX model. I tried searching but couldn't find anything on the topic online.
Thank you for your help!

Respuestas (1)

Greg Heath
Greg Heath el 1 de Jul. de 2017
Editada: Greg Heath el 4 de Nov. de 2017
AFAIK MATLAB NN doesn't have either the NARMAX or NARXMAX functions.
However, they might be in the STATS toolbox.
I'm not familiar with either. However, the MA stands for moving average. Presumably, the reference I gave above should provide details.
Hope this helps.
Greg

Preguntada:

el 30 de Jun. de 2017

Editada:

el 4 de Nov. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by