Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = 15;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
2 | Pass |
x = 15.25;
y_correct = 0;
assert(isequal(your_fcn_name(x),y_correct))
y =
0
|
3 | Pass |
x = 10;
y_correct = 1;
assert(isequal(your_fcn_name(x),y_correct))
y =
1
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
Cell Counting: How Many Draws?
581 Solvers
555 Solvers
708 Solvers
Convert from Fahrenheit to Celsius
7118 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!