function "Size"
m = size(X,dim) returns the size of the dimension of X specified by scalar dim.
I don't understand function 'Size', please explain in detials and provide me with some examples.
Thank you..
[input_pattern, input_class]=loading(file_name,no_sample,no_vector);
input_pattern and input_class are 60 X 60 matrices, how can I display these matrices ?
Thank you.