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))
|
9831 Solvers
3892 Solvers
306 Solvers
Determine Whether an array is empty
646 Solvers
Celsius to Fahrenheit converter
388 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!