10-02-2010 03:09 PM
I have a 2D array, and i want decimate all the column of this array into a 1D array
10-02-2010 03:36 PM
hello,
yes you can use the redim function in array palette,
see pict attached
Regards
Tinnitus
10-02-2010 04:04 PM
I thinks there is understanding,
What i want isn't one 1d Array, it's 1d Array for each column
10-02-2010 04:28 PM
ok,
so use X index function also in array palette,
an cable numeric on columne entry ,0 to first 1 to second ...
Regards
Tinnitus
10-02-2010 04:36 PM
???????
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.
10-02-2010 05:04 PM
what do you want to do ?
what is the aim of this code ?
10-02-2010 05:43 PM
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
10-02-2010 06:05 PM
sorry that was not my question
what the real aim , to do what ? display , file recording
what the problem with index function ?
Tinnitus
10-02-2010 06:39 PM
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
10-02-2010 06:43 PM
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