Draw a n by n matrix 'P' using 0s and 1s. (n is odd and greater than 4)
if n=5 , then the output will be
[1 1 1 1 1
1 0 0 0 1
1 1 1 1 1
1 0 0 0 0
1 0 0 0 0]
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers54
Suggested Problems
-
Arrange Vector in descending order
13991 Solvers
-
Convert a numerical matrix into a cell array of strings
2552 Solvers
-
Set the array elements whose value is 13 to 0
1457 Solvers
-
177 Solvers
-
4734 Solvers
More from this Author1
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Eazi Pizy