Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y = 'ab';
z='5ab';
assert(isequal(your_fcn_name(x,y),z))
|
2 | Pass |
x = 10;
y = 'ab';
z='10ab';
assert(isequal(your_fcn_name(x,y),z))
|
3114 Solvers
255 Solvers
MATCH THE STRINGS (2 CHAR) very easy
250 Solvers
406 Solvers
187 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!