MATLAB: Could anyone tell me what command can be used to return the row size of the matrix.

row size

could anyone tell me what command can be used to return the row size of the matrix.

Best Answer

size(A,1)