| Author |
Comment/Response |
Xavier
|
05/12/08 07:02am
Hey,
A line to define C :
C=Delete[B, Position[Map[# <= threshold &, A], True]]
Basically, I test if each element of A is under the threshold and I get the positions of those numbers. I then delete all the elements at those positions in B and get also C.
Hope it is useful. Please ask if it is not clear enough.
Cheers,
Xavier
URL: http://xroudaut.free.fr, |
|