Hello I nedd to split an 2D-Array in the following way into 2 Arrays.
1 2 3 4 5 6 7 8
9 10 11 12 13 14 15 16
....
into
1 2 5 6
9 10 13 14
...
and
3 4 7 8
11 12 15 16
...
like interleaving pairs of columns.
The idea is that i can take the difference of values which have a row inbetween. (1-3, 2-4, 5-7 ect.)
I can achieve that if i can generate this two arrays out of one and then substract them from each other.
Or does someone have a better idea for this?
thx
Simon
Using Labview 7.1