This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
h= 1;
m= 1;
y_correct = 703.06957964;
assert(isequal(BMI(h,m),y_correct))
y =
7.030695796400000e+02
|
2 | Pass |
h= 70;
m= 90;
y_correct = 12.91352289134694;
assert(isequal(BMI(h,m),y_correct))
y =
12.913522891346940
|
1800 Solvers
Renaming a field in a structure array
732 Solvers
Getting the indices from a vector
3210 Solvers
Calculate the derivative of a polynomial
168 Solvers
331 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!