Greek or latin character

5 visualizaciones (últimos 30 días)
Raza
Raza el 1 de Oct. de 2014
Comentada: Image Analyst el 2 de Oct. de 2014
i want to display those no printable letters of ascii, any solution to this problem?
i need to display all characters, symbols or number which has decimal value from 0 to 255

Respuestas (2)

the cyclist
the cyclist el 1 de Oct. de 2014
>> char(0:255)
ans =
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨&copy;ª«¬­&reg;¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
  2 comentarios
Raza
Raza el 2 de Oct. de 2014
this contains some empty spaces from 0 to 32 127 129 141 143 144 157 160 etc how to show these characters or symbols???
Image Analyst
Image Analyst el 2 de Oct. de 2014
Why do you want to or need to display a non-printable character????

Iniciar sesión para comentar.


Image Analyst
Image Analyst el 1 de Oct. de 2014
Another option is to use latex http://www.mathworks.com/matlabcentral/answers/?term=tag%3A%22latex%22 though I'd do it like the cyclist recommended. You can set the font name in functions like title(), xlabel(), ylabel(), and text() to use symbol, wingding, webdings, or whatever you want.

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by