Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'Macbeth';
y_correct = false;
assert(isequal(two_b_or_not_two_b(x),y_correct))
a =
4
y =
0
|
2 | Pass |
%%
x = 'Publius Cornelius Dolabella';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
a =
3 23
y =
1
|
3 | Pass |
%%
x = 'B is not the same as b';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
a =
1 22
y =
1
|
Back to basics 4 - Search Path
321 Solvers
Back to basics 13 - Input variables
233 Solvers
What is the distance from point P(x,y) to the line Ax + By + C = 0?
277 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
615 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!