I imported some data into Mathematica. The data will be similar to
{{0,2},{2,3},{4,3},{5,4},{8,4}}
I want to throw out all elements for which x values are less than the given value, or create a new list containing data for which x values are greater than this value. I guess Select should do the job, but I don't know how to do it.
Thanks in advance for your help.
Lucas source
share