Find out Harmonic mean.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers123
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
2051 Solvers
-
1441 Solvers
-
Try 1.5.4: Celsius to Fahrenheit
871 Solvers
-
373 Solvers
-
195 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Works in my MATLAB 2017b with y=harmmean(x) - even with double inputs.
I believe that harmmean() is a toolbox function. For now, Cody doesn't support toolboxes.