I have a trained series-parallel configuration NARX neural network with %inputs one output value. I have data of 4months 'Aug-nov'. Now i want to predict the future values of the next week i.e Dec first week. How to do that??? will using sim help??? How??? Any reference???
Kshitij Singh answered .
2025-11-20
[ Xc Xci Aci Tc ] = preparets(netc,X,{},T);
[ Yc Xcf Acf ] = net(Xc, Xci, Aci);