Problem 545. Flip the main diagonal of a matrix
Solution Stats
Problem Comments
-
1 Comment
Additional test cases have been added.
Solution Comments
-
2 Comments
Dear @bmtran, how can does work? I ask this because you add the vector diag(M) to a matrix. I think you should write
diag(diag(M)) instead of diag(M). Am I wrong?
it should be fairly easy to diagnose what i'm doing if you run each argument of my code separately in MATLAB and look at what it's doing, but I don't wanna give anything away to people who have yet to solve this problem.
Problem Recent Solvers588
Suggested Problems
-
Duplicate each element of a vector.
548 Solvers
-
Getting the indices from a matrix
475 Solvers
-
Who has power to do everything in this world?
366 Solvers
-
Find out sum of all elements of given Matrix
412 Solvers
-
Height of a right-angled triangle
1044 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!