modify v1 so that any value less than 4 is replaced with the value 0. Please help me making code.
Mostra commenti meno recenti
modify v1 so that any value less than 4 is replaced with the value 0. please help me writing code.
1 Commento
Risposta accettata
Più risposte (1)
Voss
il 15 Giu 2024
0 voti
v1(v1 < 4) = 0;
Categorie
Scopri di più su Matrix Indexing in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!