This solution is outdated. To rescore this solution, sign in.
Test | Status | Code Input and Output |
---|---|---|
1 | Pass |
x = [2 4 -2; 4 -2 6; 6 -4 2] ;
y_correct = [2 4 -2; 0 -10 10; 0 0 -8];
assert(isequal(your_fcn_name(x),y_correct))
|
Check to see if a Sudoku Puzzle is Solved
279 Solvers
Omit columns averages from a matrix
527 Solvers
111 Solvers
Find last zero for each column
239 Solvers
Find sum of negative elements in row.
67 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!