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
Solution Comments
Show comments
Loading...
Problem Recent Solvers397
Suggested Problems
-
Find the largest value in the 3D matrix
1660 Solvers
-
Return elements unique to either input
808 Solvers
-
Multiples of a Number in a Given Range
939 Solvers
-
Fix the last element of a cell array
1754 Solvers
-
Find my daddy long leg (No 's')
2719 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!
very good