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
|
Replace NaNs with the number that appears to its left in the row.
2018 Solvers
Find the largest value in the 3D matrix
1056 Solvers
2814 Solvers
Convert a vector into a number
503 Solvers
2100 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!