Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 'Macbeth';
y_correct = false;
assert(isequal(two_b_or_not_two_b(x),y_correct))
|
2 | Pass |
x = 'Publius Cornelius Dolabella';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
|
3 | Pass |
x = 'B is not the same as b';
y_correct = true;
assert(isequal(two_b_or_not_two_b(x),y_correct))
|
Sort a list of complex numbers based on far they are from the origin.
4327 Solvers
Make one big string out of two smaller strings
1148 Solvers
Sum of first n terms of a harmonic progression
257 Solvers
2334 Solvers
Matlab Basics - y as a function of x
339 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!