Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%Hint
h= 1;
m= 1;
y_correct = 703.06957964;
assert(isequal(BMI(h,m),y_correct))
ans =
703.0696
|
2 | Pass |
%%
h= 70;
m= 90;
y_correct = 12.91352289134694;
assert(isequal(BMI(h,m),y_correct))
ans =
12.9135
|
Find a subset that divides the vector into equal halves
332 Solvers
Remove white space from the string
168 Solvers
Find Index of maximum Value and maximum Value of a vector
145 Solvers
07 - Common functions and indexing 5
314 Solvers
2099 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!