Anyone knows the syntax to insert a dot above a greek letter in matlab?
551 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
aamir
il 4 Gen 2015
Commentato: Walter Roberson
il 21 Lug 2022
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks
0 Commenti
Risposta accettata
Star Strider
il 4 Gen 2015
Using it in ylabel here, specify the 'latex' interpreter, with the appropriate LaTeX syntax:
ylabel('$\dot{\gamma}$', 'Interpreter','latex')
7 Commenti
Più risposte (2)
Elizabeth Case
il 22 Dic 2020
Anyone know how to do this, but keep the rest of the label text the standard matlab text? ...., 'Interpreter, 'latex' changes the font of the whole title/label.
Santosh Tamang
il 7 Mar 2018
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
7 Commenti
Santosh Tamang
il 8 Mar 2018
Thanks. You are right but for someone who wants the quick fix on their graph can use this.
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!