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: 

Transpose Array

Hallo,
I have a problem to make 1 row 5 column array to 5 row 1 column array.
For example :
Original Array: [a b c d e]
and i want to make it to :
a
b
c
d
e

Can someone help me ?
Thanks a lot
0 Kudos
Message 1 of 5
(3,521 Views)
Transpose 2D Array is on the Array palette.
0 Kudos
Message 2 of 5
(3,510 Views)
Try using the transpose 2d array function under the array subpalette. This should help.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 3 of 5
(3,508 Views)
If it is 1D array (vector)form you will have to feed it through another build array before you feed it into the Transpose Array function.
Randall Pursley
0 Kudos
Message 4 of 5
(3,493 Views)
Transposition only has a meaning for 2D arrays and it seems to me you have only a 1D array.

Could you explain what you want? Is is just a cosmetic FP issue?

If this is a front panel indicator, you can either expand it sideways or downward, depending how you want to see it? There is no math involved.

Is this for a table indicator? Text indicator?
Do you want to write this to a file in a single column insted of single row?
Message 5 of 5
(3,437 Views)