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 |
%%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))
|
Extract leading non-zero digit
967 Solvers
Find state names that start with the letter N
465 Solvers
Duplicate each element of a vector.
455 Solvers
The sum of the numbers in the vector
341 Solvers
204 Solvers