02-24-2016 04:34 PM
Hi,
How to create a 2D array in labVIEW in the following format a[1][12] insetad of [1,12] ?
Thanks
02-24-2016 04:39 PM
You mean you want an array with columns instead of rows..?
There are lots of way to manipulate arrays.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
02-24-2016 04:56 PM
Ni I mean how can I create a ragged 2D array . Like c for example {{1,1,1}} which is [1][3]
02-24-2016 05:09 PM - edited 02-24-2016 05:14 PM
Create a 1D array of clusters, each cluster element being a 1D array.