Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
y =
184
|
2 | Pass |
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
y =
132
|
4596 Solvers
556 Solvers
Remove the two elements next to NaN value
411 Solvers
856 Solvers
Volume of a sphere given its surface area
117 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!