Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'You want to go shopping with me, right?';
y_correct = 'yes';
assert(isequal(wiferightagain(x),y_correct))
ans =
yes
|
2 | Pass |
%%
ready = 'Will you be ready soon?';
when_she_said = 'In a couple minutes';
when_really = 'An hour if you''re lucky';
y_correct = 'yes';
assert(isequal(wiferightagain(ready,when_she_said,when_really),y_correct))
ans =
yes
|
Maximum running product for a string of numbers
816 Solvers
1594 Solvers
Arrange vector in ascending order
541 Solvers
07 - Common functions and indexing 4
259 Solvers
204 Solvers