Starting with the identity matrix, change first and last diagonal element to zero.
Example
If n=5
A =
0 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 0
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers160
Suggested Problems
-
1375 Solvers
-
middleAsColumn: Return all but first and last element as a column vector
650 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
889 Solvers
-
Generate a vector like 1,2,2,3,3,3,4,4,4,4
13919 Solvers
-
ベクトル [1 2 3 4 5 6 7 8 9 10] の作成
601 Solvers
More from this Author70
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!