Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x ='Abbreviation of The Given String';
y_correct = 'A T G S ';
assert(strcmp(your_fcn_name(x),y_correct)==1)
|
2 | Pass |
x ='The Propose is to Make ABBREBIATION';
y_correct = 'T P M A ';
assert(strcmp(your_fcn_name(x),y_correct)==1)
%
x ='The MATLAB Coder';
y_correct = 'T M C ';
assert(strcmp(your_fcn_name(x),y_correct)==1)
|
Find the two most distant points
1629 Solvers
1901 Solvers
626 Solvers
Reverse the elements of an array
687 Solvers
102 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!