ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to unbundle transposed array?

I wanted to unbundle transposed array.

0 Kudos
Message 1 of 3
(3,353 Views)

That is not possible as the "unbundle" function applies to clusters not arrays.

 

Can you add some code so we can figure out what you are trying to acheive.

 

0 Kudos
Message 2 of 3
(3,350 Views)

@Mayur789 wrote:

I wanted to unbundle transposed array.

Did you succeed? Since you are posting here, I guess not .....

 

I assume that your transposed 2D array is inside a cluster, so just unbundle it like any other cluster element. If you gave it a name, you can even use "unbundle by name" If it is not transposed already, you can always transpose it afterwards.

 

Obivouusly, the information content of your questions is quite sparse. If you need a more specific answer, please provide more details, maybe even attach a simplified VI to show what you have, what you tried, and what you are trying to get out of it.

 

If you want to get individual elements, or individual rows or columns from a 2D array (transposed or not), use "index array".

0 Kudos
Message 3 of 3
(3,313 Views)