03-02-2009 08:58 AM
Hi Nghtcrwlr,
activate autoindexing of your loop outputs. You will get an 3,4,... dimension array. If you want only a 2x2 array you can then use the Reshape Array function.
Hope it helps.
Mike
03-02-2009 09:06 AM
Hello Mike
As mentioned by Nobert, the 4 values are taken once and then another 4 values comes in the next iteration. so only final 4 values are obtained even if we auto index the for loops.
Thanks
03-02-2009 09:07 AM
03-02-2009 03:28 PM
Hello Dennis
But using a sgift register just gives nothing in the array. How come that possible? WHen i run the VI i can see all the values (4 values each time) its not stored anywhere.After each loop iteration new values are obtained. How is it possibel to store all values ?
03-02-2009 03:37 PM
03-04-2009 10:04 AM
Hello dennis
Actually what i wanted was to get back the values used for interpolation. I mean .. i am havin a 2D array of values and I interpolate some of these values to get , say 8 new values. Now from this 8 new values i take 3 and need to find back the original values in the 2D array.
SO i think the way i was doin was wrong. DO you have any idea how to get back those original values?