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))
|
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))
|
Find the sum of all the numbers of the input vector
31970 Solvers
4599 Solvers
434 Solvers
Who is the smartest MATLAB programmer?
561 Solvers
Matlab Basics - Create a row vector
277 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!