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
|
306 Solvers
Find out missing number from a vector of 9 elements
245 Solvers
Calculate distance travelled when given radius and rotations
182 Solvers
201 Solvers
Test Problem; Create a 5x5 array containing all ones
270 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!