Extracting data from Graph/Data Table
I have a data table that plots the below. I need to find the corresponding x values for the points that are nearest to y=0. I need the first two points (red lines) that cross (nearest) zero, the third crossing is not of interest. I can find the closest value using the script:value = 0;d = Abs((:"col" << get values) - value);rows = Loc(d == Min(d));Show(rows);Data Table( "DT" ) << select rows(ro...
MFVIT
msharp
cis_pete
natalie_
zainilmin
Steven_Moore
sophiaw
saitcopuroglu