Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
|
2 | Pass |
%%
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
|
115 Solvers
Sum all integers from 1 to 2^n
8419 Solvers
Return the first and last character of a string
3457 Solvers
965 Solvers
123 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!