Description Usage Arguments Value See Also Examples
This function swaps the elements in a three-dimensional array by using the
scheme provided in the index
matrix.
1 | swap_3d_cc(values, index)
|
values |
An array of dimension |
index |
An integer matrix of dimension |
A three-dimensional array with swapped values.
swapElements()
for the calling method
swap_cc()
for the equivalent function for 2-dimensional arrays
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.