How do I update NARX network to a NARMAX network using the MATLAB neural network toolbox?
Mostrar comentarios más antiguos
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
el 1 de Jul. de 2017
Editada: Greg Heath
el 4 de Nov. de 2017
0 votos
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
Categorías
Más información sobre Nonlinear ARX Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!