Problem 42675. Get all corner elements from a matrix where dimension of matrix is always equal to or greater than 2.
if a given matrix a = [1 2 3;4 5 6]; so answer is going to be [1 3;4 6]
Solution Stats
Problem Comments
-
1 Comment
Carl Witthoft
on 11 Nov 2015
Sans test cases with rank 11 (or even 3), it's too easy to provide a solution which passes the test but fails for, say, dyadics. Or did the originator really mean to stick with tensors (rank 2) of arbitrary x and y dimension?
Solution Comments
Show commentsProblem Recent Solvers95
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15530 Solvers
-
Flip the main diagonal of a matrix
808 Solvers
-
Vectorize the digits of an Integer
321 Solvers
-
Create matrix of replicated elements
378 Solvers
-
518 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!