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 | Pass |
%%
str='MATLABian';
str1='My name';
str3='kjhsdfs';
y_correct ='MATLABian My name kjhsdfs';
assert(strcmp(your_fcn_name(str,str1,str3),y_correct)==1)
|
2 | Pass |
%%
str='This';
str1='is';
str3='MATLAB';
y_correct ='This is MATLAB';
assert(strcmp(your_fcn_name(str,str1,str3),y_correct)==1)
|
5705 Solvers
1137 Solvers
Matrix with different incremental runs
91 Solvers
401 Solvers
94 Solvers