Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 1:6;
y_correct = 60;
assert(isequal(your_fcn_name(x),y_correct))
y =
60
|
2 | Pass |
x = 1:20;
y_correct = 232792560;
assert(isequal(your_fcn_name(x),y_correct))
y =
232792560
|
Maximum running product for a string of numbers
1112 Solvers
Get the area codes from a list of phone numbers
532 Solvers
926 Solvers
Make a random, non-repeating vector.
2796 Solvers
509 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!