modify v1 so that any value less than 4 is replaced with the value 0. Please help me making code.
Afficher commentaires plus anciens
modify v1 so that any value less than 4 is replaced with the value 0. please help me writing code.
1 commentaire
Réponse acceptée
Plus de réponses (1)
Voss
le 15 Juin 2024
0 votes
v1(v1 < 4) = 0;
Catégories
En savoir plus sur Data Type Identification dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!