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))
ans =
[]
|
2 | Pass |
h= 70;
m= 90;
y_correct = 12.91352289134694;
assert(isequal(BMI(h,m),y_correct))
ans =
[]
|
Find perfect placement of non-rotating dominoes (easier)
228 Solvers
Basics: 'Find the eigenvalues of given matrix
257 Solvers
Given a matrix, return the last eigen value
137 Solvers
245 Solvers
325 Solvers