Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = magic(4);
y_correct = [5
2
11
7
3
13];
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = magic(5);
y_correct = [17
23
11
5
7
13
19
2
3];
assert(isequal(your_fcn_name(x),y_correct))
|
3239 Solvers
965 Solvers
420 Solvers
498 Solvers
Set x value to each even index of vector y.
51 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!