how to write the code to find these question?
Show older comments
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 Comment
Walter Roberson
on 20 Sep 2017
This sounds like homework
Answers (1)
Walter Roberson
on 20 Sep 2017
0 votes
mean() and logical indexing
Categories
Find more on Audio Processing Algorithm Design 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!