Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
%%
x = 'Macbeth';
y_correct = false;
assert(isequal(two_b_or_not_two_b(x),y_correct))
ans =
0
|
2 | Pass |
%%
x = 'Publius Cornelius Dolabella';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
ans =
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))
ans =
1
|
651 Solvers
Sum all integers from 1 to 2^n
8420 Solvers
1882 Solvers
502 Solvers
Solve the set of simultaneous linear equations
274 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!