12-07-2014 10:46 AM
Hi labview gurus,
I've a XY graph, time is plotted in X axis and amplitude is plaotted in Y axis, I want to display the value of X at a particular value of Y. Please let me know how to do this programatically.
VI Attached.
12-07-2014 11:35 AM
Hi guy,
I want to display the value of X at a particular value of Y.
- Find the index of your "particular Y value". Then use this index to index the corresponding X value…
- Use a cursor in your graph…
Is there a reason to use SystemIdentification functions to load simple spreadsheet data?