How do I update NARX network to a NARMAX network using the MATLAB neural network toolbox?
Afficher commentaires plus anciens
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
le 1 Juil 2017
Modifié(e) : Greg Heath
le 4 Nov 2017
0 votes
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
Catégories
En savoir plus sur Nonlinear ARX Models dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!