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

77.27% Correct | 22.73% Incorrect
Last Solution submitted on Jul 17, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers49

Suggested Problems

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!