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))
|
2197 Solvers
3601 Solvers
Create a two dimensional zero matrix
354 Solvers
2314 Solvers
128 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!