Problem 54164. Draw "T" inside a Zero Matrix
Given a x-by-x matrix filled with zeros (x> 2). Use 1 to draw a letter "T" into it! Like this:
x = 5, y =
1 1 1 1 1
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0
0 0 1 0 0
x = 6, y =
1 1 1 1 1 1
1 1 1 1 1 1
0 0 1 1 0 0
0 0 1 1 0 0
0 0 1 1 0 0
0 0 1 1 0 0
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers32
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2507 Solvers
-
Return the first and last characters of a character array
10455 Solvers
-
1414 Solvers
-
Back to basics - mean of corner elements of a matrix
428 Solvers
-
Find Air Temperature from Cricket Stridulation Rate
874 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!