Skip to main content

I have the minimum Y value. I want to find the corresponding X value from the list



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