Given a matrix hw (height and weight) with two columns, calculate BMI using these formulas:
  • 1 kilogram = 2.2 pounds
  • 1 inch = 2.54 centimeters
  • BMI = weight(kg) / [height(m)]^2
The first column is the height in inches. The second column is the weight in pounds.

Solution Stats

50776 Solutions

10704 Solvers

Last Solution submitted on Feb 26, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...

Group


Problem Recent Solvers10704

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!