Problem 50872. Draw a '5' in a zero matrix!
Solution Stats
Problem Comments
-
1 Comment
There is a very interesting solution that is create 7 segement on your array like a "7-segment Display"
https: //www.electronics-tutorials.ws/blog/7-segment-display-tutorial.html
This way may seem more complicated but once you has the data of segement coordinate on your matrix you can automate other solution in this group easily.
So i can call it is a master solution
Solution Comments
Show commentsProblem Recent Solvers618
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2776 Solvers
-
Project Euler: Problem 8, Find largest product in a large string of numbers
1248 Solvers
-
1551 Solvers
-
541 Solvers
-
Find the sides of an isosceles triangle when given its area and height from its base to apex
2073 Solvers
More from this Author12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!