Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
s1 = 'The rain in Spain falls mainly on the plain';
s2 = 'The in falls mainly on the ';
assert(strcmp(remAin(s1),s2));
x =
1×1 cell array
{9×1 cell}
|
2 | Pass |
s1 = 'The pain from my migraine makes me complain';
s2 = 'The from my migraine makes me ';
assert(strcmp(remAin(s1),s2));
x =
1×1 cell array
{8×1 cell}
|
3 | Pass |
s1 = 'I had to explain that "ain" is not a word';
s2 = 'I had to that "" is not a word';
assert(strcmp(remAin(s1),s2));
x =
1×1 cell array
{10×1 cell}
|
Get the length of a given vector
1371 Solvers
Remove white space from the string
143 Solvers
We love vectorized solutions. Problem 1 : remove the row average.
384 Solvers
1780 Solvers
168 Solvers