LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiplication of two arrays in LabView

Solved!
Go to solution

Howdy guys! Is it possible to multiply two arrays in such a way that the first element of the first array is multiplied by the first element of the second array. Next, the second element of the first array is multiplied by the second element of the second array, etc. If so, how to implement it, having two 1D arrays of the same dimension at hand. Thanks to all in advance)

0 Kudos
Message 1 of 3
(921 Views)
Solution
Accepted by topic author Vladyslav_Savchenko

Just wire the two arrays directly to the two inputs of a multiplication. No need for loops or anything. 😄

 

Easy! Right?

 

altenbach_0-1685478743369.png

 

Message 2 of 3
(917 Views)

Absolutely. I really thought that solution should be more difficult. Thank you, altenbach, you saved me again)

0 Kudos
Message 3 of 3
(907 Views)