how to write the code to find these question?
Mostrar comentarios más antiguos
x= [3 5 9 12 -1 0 -12 9 6 1] Set the value in x that are less than the mean to zero
1 comentario
Walter Roberson
el 20 de Sept. de 2017
This sounds like homework
Respuestas (1)
Walter Roberson
el 20 de Sept. de 2017
0 votos
mean() and logical indexing
Categorías
Más información sobre Audio Processing Algorithm Design 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!