ArrayTools[FlipDimension] - reverse order of elements in an Array
|
Calling Sequence
|
|
FlipDimension(A, dim)
|
|
Parameters
|
|
A
|
-
|
Matrix, Vector, or Array
|
dim
|
-
|
integer; dimension to flip
|
|
|
|
|
Description
|
|
•
|
The FlipDimension command reverses the order of elements in dimension, dim, of Array, A.
|
•
|
This function is part of the ArrayTools package, so it can be used in the short form FlipDimension(..) only after executing the command with(ArrayTools). However, it can always be accessed through the long form of the command by using ArrayTools[FlipDimension](..).
|
|
|
Download Help Document
Was this information helpful?