The time series neural network was created by using MATLAB and when I save the model and when I try to use the model to predict outcomes for future data an error message is generated as follows;
Error using network/sim (line 266)
Number of inputs does not match net.numInputs.
Error in network/subsref (line 15)
otherwise, v = sim(vin,subs{:});
Please help me to solve this issue.
The screen screen-captured video of this is attached herewith.
Thank You