Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
a=1; b=2; c=3;
y_correct = 0;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
2 | Pass |
a=3; b=4; c=5;
y_correct = 6;
assert(isequal(your_fcn_name(a,b,c),y_correct))
|
Back to basics 9 - Indexed References
392 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
320 Solvers
07 - Common functions and indexing 4
319 Solvers
615 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!