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
|
2725 Solvers
797 Solvers
The Hitchhiker's Guide to MATLAB
2694 Solvers
07 - Common functions and indexing 3
254 Solvers
Rounding off numbers to n decimals
281 Solvers