LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Extracting data from a graph

Hi!
 
I want to make a program that plots some data, so I can zoom in the obtained graph and then extract the data only from this portion of the graph. Extracting the data should be made by pressing a button and automatically creating an array. Is it possible?
 
Thanks,
 
Gina
0 Kudos
Message 1 of 2
(2,520 Views)
Sure. All you really need to do is get the XScale's range so you know the start and stop of where to extract the data that was fed into the graph. See attached crude example (doesn't handle rounding and all that) that should get you started.
0 Kudos
Message 2 of 2
(2,499 Views)