LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array handling

Solved!
Go to solution

What I want to do.

Extract one dimension of a two dimension array into a new one dimension array.

Extract every eighth element into a calculation to build a new one dimension array.

Use the new array built above to calculate two new values into two new arrays using values from the original one dimension array.

0 Kudos
Message 1 of 3
(3,114 Views)

Have a look at the help for "Index Array" and "Decimate 1D Array".  The Index array funtion will allow you to extract one dimension of the 2d array (row or column) and the Decimate 1D array will allow you to extract every nth element.

 

Dan

Message 2 of 3
(3,106 Views)
Solution
Accepted by topic author ITElearner

22813iC25B5B61039E3AA2

---------------------------------
[will work for kudos]
Message 3 of 3
(3,099 Views)