Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
assert(isequal(times2(1),2));
y =
2
y is 2
|
2 | Pass |
assert(isequal(times2(11),22));
y =
22
y is 22
|
3 | Pass |
assert(isequal(times2(-3),-6));
y =
-6
y is -6
|
4 | Pass |
assert(isequal(times2(29),58));
y =
58
y is 58
|
594 Solvers
Project Euler: Problem 8, Find largest product in a large string of numbers
315 Solvers
Make a run-length companion vector
512 Solvers
401 Solvers
2238 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!