Next: table.isempty, Previous: table.columns, Up: table [Contents]
Total number of elements in table.
This is the total number of elements in this table. This is calculated as the sum of numel for each variable.
NOTE: Those semantics may be wrong. This may actually need to be defined
as height(obj) * width(obj)
. The behavior of numel
may
change in the future.