Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 5;
y_correct = 'true';
assert(isequal(prime(x),y_correct))
x = 4;
y_correct = 'false';
assert(isequal(prime(x),y_correct))
|
1598 Solvers
Make a random, non-repeating vector.
2795 Solvers
188 Solvers
484 Solvers
257 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!