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))
|
5833 Solvers
754 Solvers
669 Solvers
Side of an equilateral triangle
2596 Solvers
241 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!