LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading X Y data into a graph from file

My data looks like this - (which is in a plain ascii text file)

345
1003
347
1005
351
1013
.....
....
where the x and y occur alternately.

How would one display this data in an XY Graph.

Many thanks,
Ben H
0 Kudos
Message 1 of 3
(2,603 Views)
That's simple. Use the Read From Spreadsheet to get the column and then the decimate function to get every other element into two different arrays. Bundle them together and you are done.
 

Message Edited by Dennis Knutson on 11-08-2006 08:13 AM

Message 2 of 3
(2,587 Views)
Thanks Dennis.....works perfect!

Cheers, Ben
0 Kudos
Message 3 of 3
(2,578 Views)