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))
|
573 Solvers
Is this triangle right-angled?
2394 Solvers
Find out value of sine given by degree.
231 Solvers
2772 Solvers
157 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!