Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
s1 = 'He said ''Look over there!''';
s2_correct = 'He said ''''Look over there!''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
2 | Pass |
%%
s1 = '''';
s2_correct = '''''';
assert(isequal(quote_doubler(s1),s2_correct))
|
Find common elements in matrix rows
808 Solvers
187 Solvers
Permute diagonal and antidiagonal
179 Solvers
313 Solvers
07 - Common functions and indexing 6
281 Solvers