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))
|
First non-zero element in each column
593 Solvers
343 Solvers
07 - Common functions and indexing 1
338 Solvers
359 Solvers
Create sequnce 1 4 9 16 25.........
190 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!