8.2.59.9 table.size ¶
- Method:
sz =
size (obj)
¶
- Method:
[nr, nv] =
size (obj)
¶
- Method:
[nr, nv, …] =
size (obj)
¶
-
Gets the size of a table.
For tables, the size is [number-of-rows x number-of-variables].
This is the same as [height(obj), width(obj)]
.