Hi I have a problem writing this with Matlab. So
Situation : array contains (100, 90, 80, 4, 2, 200) for example. I want to calculate the average of these numbers and after that, only keep numbers that are equal to or larger than the average.
Can someone tell me how it can be done ?