modify v1 so that any value less than 4 is replaced with the value 0. Please help me making code.
Mostrar comentarios más antiguos
modify v1 so that any value less than 4 is replaced with the value 0. please help me writing code.
1 comentario
Respuesta aceptada
Más respuestas (1)
Voss
el 15 de Jun. de 2024
0 votos
v1(v1 < 4) = 0;
Categorías
Más información sobre Data Type Identification en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!