LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create a 2D array in format of [][] array instead of [,] in labVIEW

Hi,

 

How to create a 2D array in labVIEW in the following format a[1][12] insetad of [1,12] ?

 

Thanks

0 Kudos
Message 1 of 4
(2,796 Views)

You mean you want an array with columns instead of rows..?

There are lots of way to manipulate arrays.

Arrays.PNG

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 2 of 4
(2,787 Views)

Ni I mean how can I create a ragged 2D array . Like c for example    {{1,1,1}} which is  [1][3]

0 Kudos
Message 3 of 4
(2,769 Views)

Create a 1D array of clusters, each cluster element being a 1D array.

 

related nugget

example code

 

 

0 Kudos
Message 4 of 4
(2,756 Views)