Problem 53820. Draw 'P' !!!
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
Touhidul Islam
on 26 Apr 2022
Eazi Pizy
Solution Comments
Show commentsProblem Recent Solvers51
Suggested Problems
-
Back to basics 8 - Matrix Diagonals
947 Solvers
-
544 Solvers
-
Relative ratio of "1" in binary number
1531 Solvers
-
String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
1856 Solvers
-
Solve a System of Linear Equations
13698 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!