I am using matlab\'s neural network for classification.
I want to know how can I store network parameters such as: epoches, time, mse, etc. In a matrix afte
You can store the network parameters in a cell array. Please find more details in the following link: http://www.mathworks.ch/ch/help/matlab/cell-arrays.html