Output value in a Neuraql Network

After saving results of a Network with an input of 300x2 matrix and output of 300x7 matrix, How can one get an output of 7 values column giving two inputs values?

 Accepted Answer

Greg Heath
Greg Heath on 4 Dec 2013
output = net(input);
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!