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)
|
Back to basics 23 - Triangular matrix
634 Solvers
Remove the two elements next to NaN value
411 Solvers
238 Solvers
246 Solvers
Back to basics - mean of corner elements of a matrix
297 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!