Greek or latin character

5 visualizzazioni (ultimi 30 giorni)
Raza
Raza il 1 Ott 2014
Commentato: Image Analyst il 2 Ott 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

Risposte (2)

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

Accedi per commentare.


Image Analyst
Image Analyst il 1 Ott 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.

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by