| Author |
Comment/Response |
steve
|
04/29/07 11:03am
How can I find the position of coordinates in a list that meet a certain criteria? Such as
Position[list,_?(Norm[#,{5,5}<2)&];
to find points within a radius of 2,
Select works fine written the same way, but position returns an empty list.
URL: , |
|