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
|
The Hitchhiker's Guide to MATLAB
2874 Solvers
201 Solvers
Back to basics 12 - Input Arguments
525 Solvers
380 Solvers
130 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!