09-22-2010 02:24 PM
See subject!
I mean array_c=array_a - array_b like it is possible in Labview?
Many thanks in advance.
09-22-2010 02:56 PM
I just found the answer a couple of messages before: so I need to run the calculation statement in a loop with the loop-index as the index parameter of the operands, so step by step for each index. That's ok.
Thanks guys!
09-22-2010 03:01 PM
Or you could pass the arrays in and out of a VI (or other code module that has the desired operations).