No BSD License  

Highlights from
gauss

from gauss by Sophie-Anne Van Royen
The archive GAUSS.ZIP contains 15 simple functions that replicate the ones bearing the same name.

l=rows(x);
function l=rows(x);
% ROWS 
% ROWS(X) returns the number of lines in matrix
i=size(x);
l=i(1,1);

Contact us at files@mathworks.com