Instructions:
Create the program using MATLAB.
Develop a MATLAB GUI program to represent the following problem and please explain in a step-by-step matter:
Body surface Area (Problem 6 Page 249).
The body surface area (BSA) in m^(2) of a person
(used for determining dosage of medications)
can be calculated by the formula (Du Bois
formula):
BSA=0.007184W^(0.425)H^(0.75)
In which W is the mass in kg and H is the height
in cm.
Create a GUI to calculate the body surface area
(BSA). The user input the mass in kg and the
height in meters. Your program must change
the height in cm. The output is the BSA (body
surface area). As example to calculate the
body surface area use:
a. A 95kg,1.87m person
b. A 61kg,1.58m person
Body surface Area (Problem 6 Page 249)
The body surface area (BSA) in m of a person (used for determining dosage of medications) can be calculated by the formula (Du Bois formula):
BSA=0.007184 W0.425 Ho.75
In which W is the mass in kg and H is the height in cm.
Create a GUl to calculate the body surface area (BSA). The user input the mass in kg and the height in meters. Your program must change the height in cm. The output is the BSA (body surface area). As example to calculate the body surface area use:
a.A 95 kg, 1.87 m person
b.A 61 kg, 1.58 m person