Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [6 6 6 6 6 6 6 6 ];
y_correct = true;
assert(isequal(your_fcn_name(x),y_correct))
|
2 | Pass |
x = [6 6 6 1 6 6 6 6 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
|
3 | Pass |
x = [6 6 9 6 6 6 9 1 ];
y_correct = false;
assert(isequal(your_fcn_name(x),y_correct))
|
Find the alphabetic word product
2322 Solvers
Make one big string out of two smaller strings
1149 Solvers
320 Solvers
5467 Solvers
219 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!