modify v1 so that any value less than 4 is replaced with the value 0. Please help me making code.
Show older comments
modify v1 so that any value less than 4 is replaced with the value 0. please help me writing code.
1 Comment
Accepted Answer
More Answers (1)
Voss
on 15 Jun 2024
0 votes
v1(v1 < 4) = 0;
Categories
Find more on Data Type Identification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!