LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save 2d array of cluster of 1 element

Hi All,

 

How could I save the results into a file? Please refer to my attachment.

Download All
0 Kudos
Message 1 of 4
(3,235 Views)
Does the type of file matter? If not, you could simply wire it to the Write to Binary File function.
0 Kudos
Message 2 of 4
(3,216 Views)

Hi..

 

Thanks for the reply. To answer your question - I need to save it into a file that can be read by Origin or at least Excel.

 

Many thanks.

0 Kudos
Message 3 of 4
(3,209 Views)
I don't know what Origin is, and I don't know what you mean by being able to read it with Excel. An Excel sheet is tabular data, so you would need to reorganize your data so it's tabular before you can write it out to a file that can be read into Excel. Your data format consists of clusters inside of clusters inside of arrays inside of... This is not suitable for Excel (or anything else, for that matter). Thus, you would need to write an appropriate VI that takes your data array and reformats it into something more "suitable".
0 Kudos
Message 4 of 4
(3,195 Views)