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