Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 5;
y_correct = [5:5:75];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
%%
x = 13;
y_correct = [13:13:195];
assert(isequal(your_fcn_name(x),y_correct))
|
12385 Solvers
Back to basics 9 - Indexed References
392 Solvers
613 Solvers
Given a window, how many subsets of a vector sum positive
743 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!