MATLAB: How to put a saved neural network to work on a new set of data

Deep Learning Toolboxneural network

Hello,
I am new to neural networking.
I would like to know, how i can use the saved network to work on a new set of input data.

Best Answer

ynew = net(xnew);