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!

Réponses (1)

Greg Heath
Greg Heath le 1 Juil 2017
Modifié(e) : Greg Heath le 4 Nov 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

Question posée :

le 30 Juin 2017

Modifié(e) :

le 4 Nov 2017

Community Treasure Hunt

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

Start Hunting!

Translated by