|
Let say, I have a 3d array called f I want to get the output like Since arr_x, arr_y, arr_z are random points, I have difficult to use "lookup", "locate", "view!", "index_gen", "assign_seq" to generate the "output" without converting the array "f" to a 1d array. The following code will not work as of my expectation because view! will do a permutation mapping of xs and ys. It will expand the dimension of output instead of doing point to point lookup. Thank in advance for your help. Eli |
Answered by
3togo
Sep 4, 2022
Replies: 1 comment
|
should use "approx1" |
0 replies
Answer selected by
3togo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
should use "approx1"