4 lines
61 B
Mathematica
4 lines
61 B
Mathematica
|
|
function v = length(X)
|
||
|
|
% length (overloaded)
|
||
|
|
|
||
|
|
v = max(X.dim);
|