Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s1 = 'Jack and Jill went up the hill';
s2 = 'Jck nd Jll wnt p th hll';
assert(isequal(s2,refcn(s1)))
expr =
[^a,e,i,o,u,A,E,I,O,U]
out =
Columns 1 through 14
'J' 'c' 'k' ' ' 'n' 'd' ' ' 'J' 'l' 'l' ' ' 'w' 'n' 't'
Columns 15 through 23
' ' 'p' ' ' 't' 'h' ' ' 'h' 'l' 'l'
s2 =
Jck nd Jll wnt p th hll
|
2 | Pass |
%%
s1 = 'I don''t want to work. I just want to bang on the drum all day.';
s2 = ' dn''t wnt t wrk. jst wnt t bng n th drm ll dy.';
assert(isequal(s2,refcn(s1)))
expr =
[^a,e,i,o,u,A,E,I,O,U]
out =
Columns 1 through 14
' ' 'd' 'n' ''' 't' ' ' 'w' 'n' 't' ' ' 't' ' ' 'w' 'r'
Columns 15 through 28
'k' '.' ' ' ' ' 'j' 's' 't' ' ' 'w' 'n' 't' ' ' 't' ' '
Columns 29 through 42
'b' 'n' 'g' ' ' 'n' ' ' 't' 'h' ' ' 'd' 'r' 'm' ' ' 'l'
Columns 43 through 47
'l' ' ' 'd' 'y' '.'
s2 =
dn't wnt t wrk. jst wnt t bng n th drm ll dy.
|
Make a random, non-repeating vector.
2804 Solvers
Fahrenheit to Celsius converter
358 Solvers
Number of digits in an integer
336 Solvers
413 Solvers
Convert given decimal number to binary number.
637 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!