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)
ans =
[]
|
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)
ans =
[]
ans =
[]
|
895 Solvers
405 Solvers
Count decimal digits of a number
176 Solvers
2338 Solvers
Find the dimensions of a matrix
373 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!