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