MATLAB: Neural networks results

MATLABneural network

Hi all,
How can I test Neural Networks using new data?

Best Answer

You can use the function "sim". an example would be:
output = sim(net, newdata)
I hope this helps.
Joe