1. The best way to get help is to run your code on the command line with one of the MATLAB example data sets. See
help narnet
doc narnet
or
help nndatasets
doc nndatasets
Then post questions with supporting relevant code, error messages and results.
2. Find the delays from the significant delays of the autocorrelation function
3. Find the number of hidden nodes by trial and error. Do not use more than you need.
4. Use divideblock, NOT dividerand to keep from ruining the time correlation structure.
5. Search for posted examples in the NEWSGROUP, then in ANSWERS. Use the searchwords
greg narnet
Hope this helps.
Thank you for formally accepting my answer
Greg
