This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
assert(isequal(piglatin2english('estion-quay'),'question'))
|
2 | Pass |
%%
assert(isequal(piglatin2english('another-ay'),'another'))
|
3 | Pass |
%%
assert(isequal(piglatin2english('ix-nay'),'nix'))
|
4 | Pass |
%%
assert(isequal(piglatin2english('another-ay one-ay ites-bay e-thay ust-day'),'another one bites the dust'))
|
5 | Pass |
%%
assert(isequal(piglatin2english('ow-hay uch-may ood-way ould-way a-ay oodchuck-way uck-chay if-ay a-ay oodchuck-way ould-cay uck-chay ood-way'),'how much wood would a woodchuck chuck if a woodchuck could chuck wood'))
|
6 | Pass |
%%
assert(isequal(piglatin2english('eter-pay iper-pay icked-pay a-ay eck-pay of-ay ickle-pay eppers-pay'),'peter piper picked a peck of pickle peppers'))
|
7 | Pass |
%%
assert(isequal(piglatin2english('our-fay ore-scay'),'four score'))
|
middleAsColumn: Return all but first and last element as a column vector
314 Solvers
187 Solvers
104 Solvers
159 Solvers
185 Solvers