Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 11;
y_correct = 16;
assert(isequal(sums(x),y_correct))
|
2 | Pass |
%%
x = 50;
y_correct = 75;
assert(isequal(sums(x),y_correct))
|
235 Solvers
Back to basics 9 - Indexed References
392 Solvers
How many trades represent all the profit?
520 Solvers
369 Solvers
07 - Common functions and indexing 1
338 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!