I have a very big file and contains data in the format of {x,y}. I got the minimum Y value by using
data[[All, 2]] // Min[#] &
Now I want to get the X value corresponding to the minimum Y value. How can I get it? Thanks a lot for your help ..!
I have a very big file and contains data in the format of {x,y}. I got the minimum Y value by using
data[[All, 2]] // Min[#] &
Now I want to get the X value corresponding to the minimum Y value. How can I get it? Thanks a lot for your help ..!
Comments
Post a Comment