Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
ref = ones(9,9)*2;
user = MatrixFunc();
assert(isequal(user,ref))
ans =
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
|
4107 Solvers
1092 Solvers
584 Solvers
Convert a vector into a number
503 Solvers
272 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!