LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert a 2D table of strings to table of 2 clusters

I need to convert from a 2D table of Strings to a Table of 2 clusters

In the VI .. i must convert Table 1 to Table 2

Please help me

Thanks and best regards

~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~


**The Best Way To Predict**The**Future Is To Invent It**

Salimos - View my most interesting photos on Flickriver
0 Kudos
Message 1 of 7
(3,268 Views)

I'm pretty sure a table can only be a 2d array of strings.  You cannot put clusters in a table.

 

edit - OK, after looking at your VI some more, you're not using tables.  You want to convert a 2d numeric array to a 1d array of clusters, which you can do like the following



Message Edited by JeffOverton on 06-05-2008 10:08 AM
0 Kudos
Message 2 of 7
(3,266 Views)
Thank you for ur precious help, Smiley Happy
yes indeed im trying to convert a 2D array of strings to an array of 2 clusters,
can you explain to me what you have insert in the For LOOP?
Best regards,

~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~


**The Best Way To Predict**The**Future Is To Invent It**

Salimos - View my most interesting photos on Flickriver
0 Kudos
Message 3 of 7
(3,253 Views)
Hi salim_mjs,
you can also use the "array to cluster" function. right click on this function and select your size (in your case 2).
 
 
Mike


Message Edited by MikeS81 on 06-05-2008 04:36 PM
0 Kudos
Message 4 of 7
(3,248 Views)
Hello Mike,

I tried your method.. but it isnt working for me.. cause i want as an output a array of 2 clusters
and the error is that in the output of the loop i have a cluster of 9 Elements, but in need just 2.. :S
Can you help me to solve this?

thanks in advance,
~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~


**The Best Way To Predict**The**Future Is To Invent It**

Salimos - View my most interesting photos on Flickriver
0 Kudos
Message 5 of 7
(3,244 Views)

Hi salim_mjs,

as i said, right click on the Array to Cluster element and select "Cluster size". Change this value from 9 to 2. Smiley Wink

Mike

0 Kudos
Message 6 of 7
(3,240 Views)
Hi Mike,
Finaly its working 🙂
Gracias, Merci, Thank you , Shukran Smiley Happy

~~~~~~~~~~~~~~~~~~Looking for a LABVIEW JOB (In EUROPE)>~~~~~~~~~~~~~~~~~~


**The Best Way To Predict**The**Future Is To Invent It**

Salimos - View my most interesting photos on Flickriver
0 Kudos
Message 7 of 7
(3,236 Views)