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
-
1 Comment
Ayush
on 20 Mar 2025
very good
Solution Comments
Show commentsProblem Recent Solvers396
Suggested Problems
-
Extract leading non-zero digit
2244 Solvers
-
Project Euler: Problem 5, Smallest multiple
1644 Solvers
-
Calculate the area of a triangle between three points
3402 Solvers
-
Implement a bubble sort technique and output the number of swaps required
376 Solvers
-
Natural numbers in string form
1838 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!