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))
|
753 Solvers
Find the sum of the elements in the "second" diagonal
994 Solvers
329 Solvers
343 Solvers
Matlab Basics II - Extract last 3 elements of a vector
164 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!