From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Switching rows to columns?

HI,
I have been working on a particular VI for quite sometime, and as of right now it reads in an array of doubles takes the value and converts them to strings, keeping the rows and colums intact. NOw I want the string array to have the columns and rows switched. Is there an easy way to do so? Or would it be easier for me to try to polulate the double array to the same foramt that I have the string one (prefer not to have to do this)?
Thanks
0 Kudos
Message 1 of 2
(2,281 Views)
Helper;

If your array is a 2D, the vi "Transpose 2D Array" will be the easiest way.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 2
(2,281 Views)