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)
ans =
MATLABian My name kjhsdfs
|
2 | Pass |
%%
str='This';
str1='is';
str3='MATLAB';
y_correct ='This is MATLAB';
assert(strcmp(your_fcn_name(str,str1,str3),y_correct)==1)
ans =
This is MATLAB
|
1312 Solvers
Renaming a field in a structure array
541 Solvers
Make a random, non-repeating vector.
1114 Solvers
196 Solvers
Area of an equilateral triangle
1704 Solvers