4 lines
60 B
Mathematica
4 lines
60 B
Mathematica
|
|
function s = numel(X)
|
||
|
|
% NUMEL (overloaded)
|
||
|
|
|
||
|
|
s = prod(X.dim);
|