8.2.59.19 table.numel

Method: out = numel (obj)

Total number of elements in table (actually 1).

For compatibility reasons with Octave’s OOP interface and subsasgn behavior, table’s numel is defined to always return 1. It is not useful for client code to query a table’s size using numel. This is an incompatibility with Matlab.