Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 50;
y_correct = 184;
assert(isequal(decay(x),y_correct))
|
2 | Fail |
x = 60;
y_correct = 132;
assert(isequal(decay(x),y_correct))
|
829 Solvers
165 Solvers
316 Solvers
Generate a random matrix A of (1,-1)
210 Solvers
420 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!