This solution is locked. To view this solution, you need to provide a solution of the same size or smaller.
Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
%%
x = 'a';
y = 'b';
y_correct = 'ab';
assert(isequal(your_fcn_name(x, y),y_correct))
Error: Dimension must be a finite integer.
|
2 | Fail |
%%
x = 'a';
y = 'a';
y_correct = 'ab';
assert(~isequal(your_fcn_name(x, y),y_correct))
Error: Dimension must be a finite integer.
|
6065 Solvers
220 Solvers
Do Fast Fourier Transformation
221 Solvers
525 Solvers
486 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!