LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding an offset to a 2D array column value

Hi,

I am building a search tool for an excel file for a particular cell whose column value has to be offset by the 'column_offset' value from the reference input generated initial coordinates.

Therefore I need to add the 'column_offset' value only to the column data of the array constants (2,1) , (2,4),(2,7) & (2,10).

So , if the 'column_offset' is 2 then the VI should generate the array constants of (2,3),(2,6),(2,9) & (2,12) respectively.

Plain polymorphic addition  adds the 'column_offset' to both the row & column value.

How to add the value only to the column selectively?

Thanks.

0 Kudos
Message 1 of 2
(2,004 Views)

Hi,

I was confusing cluster with array.

The cluster can easily be unbundled & row/column separated.

0 Kudos
Message 2 of 2
(2,000 Views)