5 lines
59 B
Mathematica
5 lines
59 B
Mathematica
|
|
function n=length(X)
|
||
|
|
%LENGTH (overloaded)
|
||
|
|
|
||
|
|
n = max(X.dim);
|