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))
|
Remove any row in which a NaN appears
6827 Solvers
Getting the row and column location from a matrix
236 Solvers
283 Solvers
Solving Quadratic Equations (Version 1)
427 Solvers
2740 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!