Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 3;
y_correct = 6.61;
assert(isequal(kg_to_lbs(x),y_correct))
|
2 | Pass |
x = 6.7;
y_correct = 14.77;
assert(isequal(kg_to_lbs(x),y_correct))
|
3 | Pass |
x = -2; %% I know not physically possible!
y_correct = -4.41;
assert(isequal(kg_to_lbs(x),y_correct))
|
3610 Solvers
895 Solvers
519 Solvers
Do Fast Fourier Transformation
221 Solvers
432 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!