Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = '123 test';
y_correct = 1;
assert(isequal(white_space_tf(x),y_correct))
|
2 | Pass |
x = '123';
y_correct = 0;
assert(isequal(white_space_tf(x),y_correct))
|
Project Euler: Problem 2, Sum of even Fibonacci
835 Solvers
Project Euler: Problem 7, Nth prime
522 Solvers
Flip the main diagonal of a matrix
506 Solvers
Arrange vector in ascending order
624 Solvers
Raise each element to the power of its index in a matrix
32 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!