Help with future data prediction

I have matix data x(t) and from that I can have y(t), using Time series tool NARX netwrok. Now, if I want to predict y(t+1) from x(t), y(t) and x(t+1) - how can I do that?
Thanks in advance everybody!

 채택된 답변

Greg Heath
Greg Heath 2013년 7월 20일

0 개 추천

Just choose the correct values for the input and feedback delays
ID = [ 0 1 ]
FD = 1
Thank you for formally accepting my answer
Greg

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by