This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x='The MAtlAb code';
y_correct = ['T 2';'H 1';'E 2';'M 1';'A 2';'L 1';'B 1';'C 1';'O 1';'D 1'];
assert(strcmp(your_fcn_name(x),y_correct)==1)
ans =
[]
|
2233 Solvers
Test if a Number is a Palindrome without using any String Operations
157 Solvers
Implement simple rotation cypher
805 Solvers
104 Solvers
Multiples of a Number in a Given Range
140 Solvers