To download NI software, including the products shown below, visit ni.com/downloads.
1. Overview
This example shows how to calculate the BMI, which stands for body mass index: a measure of body fat based on height and weight that applies to adult men and women.
2. Description
The body mass index (BMI) or Quetelet index is a value derived from the mass (weight) and height of an individual. The BMI is defined as the body mass divided by the square of the body height, and is universally expressed in units of kg/m2, resulting from mass in kilograms and height in metres.
Underweight = <18.5
Normal weight = 18.5 - 24.9
Overweight = 25 - 29.9
Obese = >30
3. Requirements
4. Steps to Implement or Execute Code
5. Additional Information or References
**The code for this example has been edited to meet the new Community Example Style Guidelines.**
Description-Separate-2Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.
there is nothing here