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))
|
17138 Solvers
"Low : High - Low : High - Turn around " -- Create a subindices vector
320 Solvers
Sum the entries of each column of a matrix which satisfy a logical condition.
136 Solvers
238 Solvers
314 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!