tks a lots interesting method
bcz i had three clusters need searching
two input(Stock number, year) get one output(profit)
now I'm stuck with how to use while loop to get output
Hi Aaron,
@ironaaron wrote:
bcz i had three clusters need searching
@ironaaron wrote:
two input(Stock number, year) get one output(profit)
now I'm stuck with how to use while loop to get output
wanna searching like
when input1(stock number):2819, input2(year): 2010, then get output(profit):0.64
never searching for cluster so I'm stuck in this issue now
Hi Aaron,
you still don't provide an example VI.
I still cannot edit/debug/run images with LabVIEW (see my previous message) and I don't want to recreate your array of clusters "manually"…
(Take care of my signature line.)
I can also provide images of code:

this my code tks your patient for wait me asking question
first time suffering cluster, so can't figure out
when stock:8299
year:2018
still can't recieve my ideal profit(output):2.988
please help me to debu thanks a lot
Hi Aaron,
@ironaaron wrote:
when stock:8299
year:2018
still can't recieve my ideal profit(output):2.988
Because you don't read the LabVIEW help for the used functions!
Please read the help for Interpolate1DArray, it mentions an important requirement for the arrangement of your data! (See the "Note!" at the end of the help article.)
Then re-arrange your data to fit this requirement…