No BSD License  

Highlights from
aide mémoire Matlab (seconde édition)

from aide mémoire Matlab (seconde édition) by Jean-Thierry
les m-fichiers de l'aide mémore Matlab seconde édition

ex_length.m
a = rand(3,4);
l=length(a)
s=size(a)
[l,c]=size(a)
a = rand(3,4,2);
l=length(a)
s=size(a)
c=size(a,2)

Contact us at files@mathworks.com