Problem 44256. Average of odd values
Find the average of odd values in given a matrix.
e.g
x=[ 4 11 8 ; 9 2 7 ]
y =( 11 + 9+ 7 ) / 3
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers80
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2820 Solvers
-
Calculate the area of a triangle between three points
3408 Solvers
-
Reverse the elements of an array
1109 Solvers
-
Relative ratio of "1" in binary number
1591 Solvers
-
Element by element multiplication of two vectors
394 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!