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));
|
2 | Pass |
%%
s1 = 'The pain from my migraine makes me complain';
s2 = 'The from my migraine makes me ';
assert(strcmp(remAin(s1),s2));
|
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));
|
Find the longest sequence of 1's in a binary sequence.
3370 Solvers
Remove the two elements next to NaN value
411 Solvers
Try 1.5.4: Celsius to Fahrenheit
609 Solvers
convert matrix to single column
307 Solvers
445 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!