MATLAB: Test New Data on Neural Network

neural network

I am using the neural network toolbox, and there is an option to optionally perform additional tests. However, I cannot figure out how to obtain the values for the outputs of the test. Is there anyway to do so? Or is there another way I can test new data on the neural network and obtain values? Thank you!

Best Answer

ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer
Greg