Test | Status | Code Input and Output |
---|---|---|
1 | Fail |
x = 1;
y_correct = 1;
x=fix_y_correct;
y_correct
assert(isequal(y_correct,2),sprintf('Expected 2, y_correct=%i\n',y_correct))
y =
11
y_correct =
1
|
Back to basics 8 - Matrix Diagonals
782 Solvers
348 Solvers
351 Solvers
Arrange vector in ascending order
624 Solvers
531 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!