| Author |
Comment/Response |
Thepillow
|
05/11/08 12:37pm
I have two tables, let's call them A and B. What i want is than when a value in A is bigger than a certain threshold, the corresponding value of table B is retrieved and put in a new table C.
For example:
A={1,0,1,0,0,1}
B={2,3,4,6,9,134}
Then i determine the threshold to be 0, so from the places in A that are 1, i need the corresponding value in C. So:
C={2,4,134}
Thanks in advance!
URL: , |
|