ArrayTools
Dimensions
size of an Array in each dimension
Calling Sequence
Parameters
Description
Examples
Dimensions(M)
M
-
Array, list, Matrix, Vector
The Dimensions(M) function returns the equivalent of [rtable_dims(M)], but works on lists as well.
When M is a scalar the result will always be [ 1..1 ].
This function is part of the ArrayTools package, so it can be used in the short form Dimensions(..) only after executing the command with(ArrayTools). However, it can always be accessed through the long form of the command by using ArrayTools[Dimensions](..).
with⁡ArrayTools:
Dimensions⁡1,2,3,4
1..2,1..2
See Also
ArrayTools[Size]
rtable_dims
Download Help Document