Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x=[3 5; 9 6]
y = 2;
assert(isequal(rank(x),y))
x =
3 5
9 6
|
2 | Fail |
x=[1 1; 1 1]
y = 1;
assert(isequal(rank(x),y))
x =
1 1
1 1
|
6369 Solvers
Sum of diagonal of a square matrix
1327 Solvers
Basics: 'Find the eigenvalues of given matrix
323 Solvers
Calculate distance travelled when given radius and rotations
183 Solvers
400 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!