Find elements greater than a value corresponding to the second array
이전 댓글 표시
Hi,
I have matrix A which has zeros and precipitation values and B which has zeros and probability values. The probability values (nonzero values) in B correspond to the nonzero precipitation values in A. I need to extract values from A, for greater than a probability value from B. Which means look for probability value greater than 0.875 (for example 0.875) from B and get the corresponding values from A.
Can somebody help me in this using matlab.
Thanks in advance.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Language Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!