Problem 45485. Count the non-zero elements along the diagonals that are immediately next to the main diagonal
Suppose, you are being told to write a matrix, a as input in MATLAB with having the possibility of containing zero and non-zero elements within a definite number of rows and columns. Furthermore, if you are told to count only the total non-zero elements along the diagonals (Blue and Green mark on the attached image) that are immediately next to the main diagonal (Red mark on the attached image) as output b. How will you do that?
Example: a=[1 3;4 2] and b=2;
https://drive.google.com/file/d/1vjx3D2cLbuq-gH2TC7XNYWMs3WSSObcb/view?usp=sharing
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers30
Suggested Problems
-
Back to basics 6 - Column Vector
1067 Solvers
-
Given a window, how many subsets of a vector sum positive
854 Solvers
-
167 Solvers
-
Find the maximum two numbers of every column of a matrix
194 Solvers
-
Test Problem; Create a 5x5 array containing all ones
384 Solvers
More from this Author5
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!