wolffd@0: function r = rows(x) wolffd@0: % ROWS The number of rows. wolffd@0: % ROWS is a more readable alternative to size(x,1). wolffd@0: r = size(x,1);