An arrow matrix is a square matrix that contains ones on the diagonal, the last column, and last row.
Write a function that takes the number of rows and columns (for N >= 3) as an input, and returns the corresponding arrow matrix.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers560
Suggested Problems
-
Find the longest sequence of 1's in a binary sequence.
6696 Solvers
-
Project Euler: Problem 5, Smallest multiple
1651 Solvers
-
Flip the main diagonal of a matrix
905 Solvers
-
10270 Solvers
-
Double all elements in the array
2296 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
This is a good problem