11-06-2013 04:21 AM
Problem solved Thank you.
11-06-2013 04:24 AM - edited 11-06-2013 04:24 AM
Have a look at this old solution instead for some additional ideas. 😄
11-06-2013 04:30 AM
Wow, great idea.
Thanks a lot altenbach. Helped me a lot.
09-20-2014 02:10 PM
Hi man i really need your help!!
I need to interpolate all the points in a xy graph between the two cursors selected...is it possible?
Thanks 🙂
09-20-2014 02:15 PM
09-20-2014 02:41 PM
@giacom9222 wrote:
Hi man i really need your help!!
I need to interpolate all the points in a xy graph between the two cursors selected...is it possible?
Thanks 🙂
This thread is about fitting, not interpolation, and it is already marked as solved.
Please start a new thread with your new problem. Please also explain what you mean by "interpolation", maybe attach a picture.
09-21-2014 02:00 PM
Ok i'll do that,i was only asking if you could explain me how to extract all the data in a XY Graph from the cursor A to the cursor B 🙂
09-21-2014 02:54 PM
@giacom9222 wrote:
i was only asking if you could explain me how to extract all the data in a XY Graph from the cursor A to the cursor B 🙂
No, that was not what you were asking.
If you look at the code discussed above it shows how to do this. Use a cursor that is locked to the plot and then read the "cursor index" property of each. Take the subset from the lower index with a lenght of the difference between the two indices (do a +1 if you like).
09-21-2014 02:55 PM