MATLAB: After saving results of a Network of 300×2 input matrix and 300×7 target matrix. How can one gets the seven values column giving two inputs value

Deep Learning Toolboxneural network

After saving results of a Network of 300×2 input matrix and 300×7 target matrix. How can one gets the seven values column giving two inputs value?

Best Answer

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