ArrayTools[Dimensions] - size of an Array in each dimension
|
Calling Sequence
|
|
Dimensions(M)
|
|
Parameters
|
|
M
|
-
|
Array, list, Matrix, Vector
|
|
|
|
|
Description
|
|
•
|
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](..).
|
|
|
Download Help Document
Was this information helpful?