Problem 1216. Mean ignoring NaNs
Define a function that behaves in the same way as mean(x) and mean(x,d) except that it ignores NaNs (unless all of the values being averaged are NaNs, in which case the result for those values should be NaN).
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers50
Suggested Problems
-
Remove any row in which a NaN appears
8694 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
857 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1191 Solvers
-
770 Solvers
-
Is this triangle right-angled?
6327 Solvers
More from this Author11
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!