Greek or latin character

4 vues (au cours des 30 derniers jours)
Raza
Raza le 1 Oct 2014
Commenté : Image Analyst le 2 Oct 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

Réponses (2)

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

Connectez-vous pour commenter.


Image Analyst
Image Analyst le 1 Oct 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.

Catégories

En savoir plus sur Labels and Annotations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by