LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write Cluster of 2 1-D Arrays to Spreadsheet

Solved!
Go to solution

Hi, I am pretty new to Labview and I want to write a cluster of 2 1-D arrays to a Spreadsheet, The first 1D array is for wavelength (eg: 800, 801, 802, 803 ...) and the second 1D array is amplitude (eg: 0, 20, 100, 30...). How can I write the cluster to a spreadsheet in the form:

 

800, 0
801, 20
802, 100
803, 30
...

 

 

In my current attempt, I am getting something like:

 

800, 801, 802, 803 ....... 0, 20, 100, 30........

 

 


 

 

0 Kudos
Message 1 of 2
(2,649 Views)
Solution
Accepted by topic author nyxynyx

Try the transpose array input in the Write to Spreadsheet File VI.

0 Kudos
Message 2 of 2
(2,641 Views)