Mathamatical Expression Syntax in Matlab plot
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Dear Community Members,
Could anyone please tell me syntax for the following expressions in "xlabel" in Matlab plot.

Thanks and regards
0 Commenti
Risposte (1)
Ameer Hamza
il 25 Mag 2018
For the first case, use
xlabel('$\overline{Stress}_{xy}$', 'Interpreter', 'latex')
For second case use
xlabel('$\widetilde{Stress}_{xy}$', 'Interpreter', 'latex')
2 Commenti
Vedere anche
Categorie
Scopri di più su Legend 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!