how to count the number of elements in a matrix matlab code example Example: matlab count elements in matrix A = [1 2 3; 4 5 6] n = numel(A)