Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 -1 -3];
y_correct = [1.5 -1]';
assert(isequal(your_fcn_name(x),y_correct))
|
Project Euler: Problem 5, Smallest multiple
397 Solvers
Change the sign of even index entries of the reversed vector
296 Solvers
163 Solvers
320 Solvers
Replace every 3rd element in a vector with 4
170 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!