MATLAB: Data prediction using neural network

data pediction using neural networkMATLAB

I have data like{ x1,x2, x3,x4,…………}and target data will be {x2, x3,x4,…………}i.e, (xi,yi)where yi=X(i+1) now how to train and how to predict

Best Answer

help narxnet
doc narxnet
additional examples to practice with
help nndatasets
doc nndatasets
Search both the NEWSGROUP and ANSWERS using
narxnet
Hope this helps.
Thank you for formally accepting my answer
Greg