Problem 44682. Numbers on 7-segment

This is a 7-segment:

    _
   |_|
   |_|

It's a 3-by-3 char matrix.It has made by 3 characters: '_' , '|' and ' ' (space). Using these 3 characters make the input number on the 7-segment. (Input is 0-9).

Example:

N=0
ans=
  _
 | |
 |_| 
N= 9
ans=
  _
 |_|
  _| 

Solution Stats

48.28% Correct | 51.72% Incorrect
Last Solution submitted on Jun 30, 2023

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers75

Suggested Problems

More from this Author18

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!