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
|
5703 Solvers
3375 Solvers
Back to basics 4 - Search Path
321 Solvers
530 Solvers
Find Out sum of principal diagonal element of given matrix
194 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!