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
-
Select every other element of a vector
36357 Solvers
-
381 Solvers
-
Matlab Basics II - Count rows in a matrix
405 Solvers
-
Back to Basics - Find no. of elements in a matrix?
328 Solvers
-
8356 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