MATLAB prints ''Greek letters'' in chart text, but how about sprintf, compose, string or char functions?
95 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Zahra Yousefi Darani
il 1 Lug 2022
Commentato: Zahra Yousefi Darani
il 1 Lug 2022
How can I define greek letters, inside one of these functions ? (sprintf, compose, string or char)
0 Commenti
Risposta accettata
Abhishek Tiwari
il 1 Lug 2022
Modificato: Abhishek Tiwari
il 1 Lug 2022
Hi,
There are lots of pre defined greek letters. You just need to pick right index and use sprintf(). I have listed them below :
sprintf('%c ', 945:969)
Più risposte (0)
Vedere anche
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!