Dog Statistics - MATLAB Cody - MATLAB Central

Problem 54485. Dog Statistics

Difficulty:Rate
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

25.5% Correct | 74.5% Incorrect
Last Solution submitted on May 01, 2025

Problem Comments

Solution Comments

Show comments
LLMs with MATLAB updated to support the latest OpenAI Models
Large Languge model with MATLAB, a free add-on that lets you access...
0
3

Problem Recent Solvers323

Suggested Problems

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!
Go to top of page