Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x1 = 'love';
x2 = 'cody';
y_correct = 'lovecody';
assert(isequal(your_fcn_name(x1,x2),y_correct))
|
651 Solvers
Find the largest value in the 3D matrix
1056 Solvers
Set the array elements whose value is 13 to 0
935 Solvers
324 Solvers
Flip the vector from right to left
2665 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!