LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Decimate all the column of an 2D array

I have a 2D array, and i want decimate all the column of this array into a 1D array

0 Kudos
Message 1 of 22
(4,382 Views)

hello,

 

yes you can use the redim function in array palette,

 

see pict attached

 

Regards

 

Tinnitus

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 2 of 22
(4,377 Views)

I thinks there is understanding,

 

What i want isn't one 1d Array, it's 1d  Array for each column

 

 

0 Kudos
Message 3 of 22
(4,370 Views)

ok,

 

so use  X index function also in array palette,

 

an cable numeric on columne entry ,0 to first 1 to second ...

 

Regards

 

Tinnitus

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 4 of 22
(4,364 Views)

???????

 

Sorry i dont understand.

 

Just to be sure

I don'know the number of column i have. So i would like to know if there is somethings link unbundle for cluster.

0 Kudos
Message 5 of 22
(4,362 Views)

what do you want to do ?

 

what is the aim of this code ?

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 6 of 22
(4,354 Views)

oki i will try to be clear,

 

You would like to separate X column of a 2d array in X 1d array

 

So per example:

 

2 3 4 5 6 7             2  I   3   I  4

8 8 8 8 8 8    >>>> 8  I   8   I  8 , etc....

9 9 9 9 9 9             9  I   9   I  9

 

The idea i get was to use a kind of unbudle cluster but is not working as the vi show you. 

For that i asking to the forum if someone have an idea

 

Thanks for your patience

Ben

0 Kudos
Message 7 of 22
(4,346 Views)

sorry that was not my question

 

what the real aim , to do what ?  display , file recording

 

 

what the problem with index function ?

 

Tinnitus

 

 

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 8 of 22
(4,341 Views)

Hi,

 The problem is when i use Index Array is not working. Index array didnot allow me to use the column as i wish.

 

The aim is to get acces at one column without any manipulation.

 

I want to be able to separate X column of 2D array in X 1D array 

I don't know the number of column iwill have to treat.

So the purpose of the question is to separate X column of 2D array in X 1D array.

Ben

0 Kudos
Message 9 of 22
(4,336 Views)

Or more than one,

 

Make the sort i want beetween the column

When you create an array you concatenate value or array, i want to do the opposite.

 

Ben

0 Kudos
Message 10 of 22
(4,333 Views)