function y = rows(x); % Returns the row dimension of x % USE: y = rows(x) [y,yy] = size(x);