Greek or latin character
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (2)
the cyclist
el 1 de Oct. de 2014
>> char(0:255)
ans =
!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ
2 comentarios
Image Analyst
el 2 de Oct. de 2014
Why do you want to or need to display a non-printable character????
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.
0 comentarios
Ver también
Categorías
Más información sobre Labels and Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!