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!