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 Solvers53
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
53281 Solvers
-
given 3 sides, find area of this triangle
821 Solvers
-
Is this triangle right-angled?
6535 Solvers
-
Test Problem; Create a 5x5 array containing all ones
405 Solvers
-
171 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