Discussion:
How to save cluster in some excel file
(too old to reply)
Dushyant
2005-11-03 19:43:32 UTC
Permalink
Hi,
 
I have been using bundle function to draw XY graph from 2 one dimensional array. However, I need these values to be saved in some excel file so that I can look at the graph in future. However, I could not connect the "output" of "Bundle" function to "ClusterToArray" function and so, I am not able to save the date, please let me know how to do.
 
Thanks,
Dushyant
AndrewAlford
2005-11-03 21:13:56 UTC
Permalink
One way of doing it would be to create a 2D array from you one dimensional arrays rather than the output of the bundle. Then you would need to transpose the 2D array and using the Write to spreadsheet VI to save the data in excel. See the attached picture.
 


array to excel.JPG:
http://forums.ni.com/attachments/ni/170/150139/1/array to excel.JPG
Robert.Bedford
2005-11-03 21:13:57 UTC
Permalink
It seems bundle to array is expecting only one-dimensional data. 
Try unbundling the two 1-D arrays and using "build array" to create s
2D array which can feed into "save spreadsheet."

See picture for what I describe


sol.png:
Loading Image...

Loading...