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
|
Make the vector [1 2 3 4 5 6 7 8 9 10]
35569 Solvers
Find state names that end with the letter A
709 Solvers
464 Solvers
123 Solvers
573 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!