MATLAB: How to get the outputs from the result of additional Test in a neural network Tool box

Deep Learning Toolboxoutputs of additional test in a neural network tool box

I already tried a Fitting problem with inputs of 87×4 matrix and a target 87×22 matrix. The network performance was good enough, then I tried to perform additional test with a different 32×4 matrix as inputs and same targets a 32×19 matrix. I ran the Test network. It was ok but there is no way to get the outputs of this last performance. How can I get the outputs of this additional test?

Best Answer

Please learn how to post formatted code that will run when cut and pasted. See the above box
[ {} Code]
Please learn how to use it.
For N pairs of O-dimensional output targets corresponding to I-dimensional inputs, the matrix dimensions are
[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg