-
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
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
should use "approx1" |
Beta Was this translation helpful? Give feedback.
should use "approx1"