Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 1;
y_correct = 0;
assert(isequal(ret_count(n),y_correct))
ans =
[]
|
2 | Pass |
n = 4;
y_correct = 1;
assert(isequal(ret_count(n),y_correct))
ans =
[]
|
3 | Pass |
n = 72;
y_correct = 18;
assert(isequal(ret_count(n),y_correct))
ans =
[]
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
Reverse the elements of an array
687 Solvers
250 Solvers
Mysterious digits operation (easy)
134 Solvers
363 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!