07-28-2010 01:18 PM
Hello
I have a 1D-array which is the output of my IMAQ Linear average function and I would like to extract the array containing the indexes of this 1D-array.
Please let me know if any idea !
07-29-2010 02:08 AM
You can use an "index array" right?
07-29-2010 12:37 PM
Actually I solved my problem with a for loop.
Thanks