Description Usage Arguments Examples
Used for converting a flattened index to the (x,y,z) indices for an array with dimensions x.max x y.max x n, where n is arbitrary.
1 | fromInd(ind, x.max, y.max)
|
ind |
index in an array |
x.max |
maximum value of x coordinates |
y.max |
maximum value of y coordinates |
1 | fromInd(ind = 100, x.max = 100, y.max = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.