MATLAB: How to build data set in neural network designing

input

How to make the matrix for input and target in designing neural network?

Best Answer

[ I N ] = size(input)
[ O N ] = size(target)
Hope this helps.
Thank you for formally accepting my answer
Greg