Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
ref = ones(9,9)*2;
user = MatrixFunc();
assert(isequal(user,ref))
aMat =
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
2 2 2 2 2 2 2 2 2
|
605 Solvers
337 Solvers
Project Euler: Problem 7, Nth prime
521 Solvers
521 Solvers
262 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!