Replace values to 0 in specific ranges.
이전 댓글 표시
A=[1 0 0 0 2 3 0 0 0 4 ...100 40 20 1 0 0 0 2 3 4 0 5 .... 100 90 80 40 20 1 2 0 3 0 0 4... 100];
B=[1 0 0 0 2 3 0 0 0 4 ...100 0 0 1 0 0 0 2 3 4 0 5 .... 100 0 0 0 0 1 2 0 3 0 0 4... 100];
How to replace values between 100 and 1 with 0?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Library Development에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!