Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,1,20];
w_correct = 25;
assert(isequal(walked(xyz),w_correct))
|
2 | Pass |
%%
xyz = [3,4,2; 0,0,2; 0,1,2; 1,1,2; 1,5,5];
w_correct = 12;
assert(isequal(walked(xyz),w_correct))
|
1091 Solvers
Maximum running product for a string of numbers
1112 Solvers
Back to basics 25 - Valid variable names
293 Solvers
Generate a string like abbcccddddeeeee
234 Solvers
Simple equation: Annual salary
3779 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!