11-28-2005 03:27 PM
11-28-2005 03:56 PM
You can use the polymorphic array math to accomplish this. Inside of a single for loop, index Array A and add that to the entire Array B in one shot. At this point, there are numerous ways to take the output. Probably the simpliest is to reshape the output 2D array into a 1D array. For better memory allocation, you can preinitialize a 1D array and replace elements in the for loop but in the end it accomplishes the same task. See attached example (LV7.1.1). Of course everything is dependant on what you are going to do with this, what operations, when and where the numbers come from.
Paul
11-29-2005 11:22 AM
Hi Paul!
Thank you for the time you spend on creating the file. I can see it is exactly what I need and I am going to study it carfully in order to learn Labview. I owe you One.
Regards,
Hamid
11-29-2005 11:29 AM