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)
|
19331 Solvers
Reverse the Words (not letters) of a String
297 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Celsius to Fahrenheit converter
388 Solvers
73 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!