Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
n = 5;
y_correct = 6.4563;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
|
2 | Pass |
n = 10;
y_correct = 13.3754;
assert(abs(SumHilb(n)-y_correct)<10^(-4))
|
Find the numeric mean of the prime numbers in a matrix.
6782 Solvers
1900 Solvers
1763 Solvers
Matrix indexing with two vectors of indices
485 Solvers
154 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!