| Author |
Comment/Response |
Ralph10
|
01/19/12 08:05am
[continuation of http://forums.wolfram.com/student-support/topics/27480 thread. - Forum Moderator]
Thanks,
And for this set:
aa = {{1, 2},{2, -7},{3,4.5},{4,6},{5.1, 1},{5.3,7}};
I want to find the nearest number to 5 but less or equal than 5 for 'aa[[All,1]]'
In this case, the answer should be:
{4,6}
Ralph10
URL: , |
|