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))
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
19329 Solvers
1961 Solvers
1424 Solvers
Cumulative product of a vector
208 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!