Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [1 2 4];
y_correct = [1 4 12];
assert(isequal(your_fcn_name(x),y_correct))
|
Find the numeric mean of the prime numbers in a matrix.
6781 Solvers
724 Solvers
309 Solvers
217 Solvers
111 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!