Given a matrix A and a diagonal index d (where 0 indicates the main diagonal and off-diagonals are identified by positive and negative integers), return the indices of the elements of this diagonal.
d is always correct but A can contain repetitions, so ...
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers73
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2819 Solvers
-
576 Solvers
-
Arrange vector in ascending order
822 Solvers
-
Get the elements of diagonal and antidiagonal for any m-by-n matrix
519 Solvers
-
698 Solvers
More from this Author43
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Need a test case with a 0 on the chosen diagonal.
Agree with Jon's comment that the matrix should contain 0 elements