I am looking for a 4x6 matrix to enter letter "A" in matlab which l will use to display as a black and white image. Helpful answer will definitely be appreciated.

3 visualizaciones (últimos 30 días)
For eg, this the matrix for number "4". I need the matrix for letter "A" in the same format. four=[0 1 0 1;0 1 0 1;0 0 0 1;1 1 0 1;1 1 0 1;1 1 1 1];

Respuesta aceptada

Stephen23
Stephen23 el 27 de Mayo de 2018
[1 0 0 1;
0 1 1 0;
0 0 0 0;
0 1 1 0;
0 1 1 0;
1 1 1 1];
  5 comentarios

Iniciar sesión para comentar.

Más respuestas (1)

Image Analyst
Image Analyst el 27 de Mayo de 2018
KALYAN and khizar, if you have the Computer Vision System Toolbox, the way to do it is to use the "insertText()" function.

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by