Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%Hint
h= 1;
m= 1;
y_correct = 703.06957964;
assert(isequal(BMI(h,m),y_correct))
|
2 | Pass |
%%
h= 70;
m= 90;
y_correct = 12.91352289134694;
assert(isequal(BMI(h,m),y_correct))
|
The Hitchhiker's Guide to MATLAB
2874 Solvers
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Back to basics 20 - singleton dimensions
254 Solvers
320 Solvers
1160 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!