Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
t5 =
20.4700
y =
184
|
2 | Pass |
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
t5 =
20.4700
y =
132
|
556 Solvers
163 Solvers
365 Solvers
205 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!