MATLAB: Forecasting using neural networks

forecastneural network

Can someone help me in something please?
I developed my own neural network in Matlab based on strong input. I train, valid and test my network partioning my input matrix (70, 15,15) but I don't know how to predict or forcast the next values? How should I do that using Neural Network Toolbox in Matlab?
Please help me.

Best Answer

You should have mentioned timeseries and/or narxnet in your question. Try searching the NEWSGROUP and ANSWERS using
greg narx closeloop % Given exogeneous input and target series
or
greg narnet closeloop % Given only one series
Hope this helps.
Thank you for formally acceptinhg my answer
Greg