Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers117
Suggested Problems
-
Make a random, non-repeating vector.
11402 Solvers
-
Calculate the area of a triangle between three points
3456 Solvers
-
MATCH THE STRINGS (2 CHAR) very easy
301 Solvers
-
Calculate distance travelled when given radius and rotations
242 Solvers
-
Finding perimeter of a rectangle
496 Solvers
More from this Author18
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Additional test cases have been added.
The title and description/instruction should refer to finding and outputting "means" (plural), not "the mean" (singular). Also, it would have been good for the Test Suite to include both row and column vectors, appropriately paired.