Problem 54485. Dog Statistics
The vectors ht and wt contains the heights and weights of 20 golden retrievers. In some cases, it was not possible to make both measurements, so any empty cells are represented by NaN (Not a Number).
Write a function that calculates the average weight of all golden retrievers within a certain height range. Your function should take the lower and upper bound for the height range as inputs. It should output the average weight of the dogs in that height range, as well as the percentage of dogs in that range.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers292
Suggested Problems
-
2989 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
1911 Solvers
-
258 Solvers
-
283 Solvers
-
Estimating Euler's (Oi-ler-z) Number
78 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!