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
|
308 Solvers
Create a Multiplication table matrix...
281 Solvers
2313 Solvers
Find the dimensions of a matrix
372 Solvers
Matlab Basics - Absolute Value
360 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!