Mathamatical Expression Syntax in Matlab plot
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear Community Members,
Could anyone please tell me syntax for the following expressions in "xlabel" in Matlab plot.

Thanks and regards
0 Kommentare
Antworten (1)
Ameer Hamza
am 25 Mai 2018
For the first case, use
xlabel('$\overline{Stress}_{xy}$', 'Interpreter', 'latex')
For second case use
xlabel('$\widetilde{Stress}_{xy}$', 'Interpreter', 'latex')
2 Kommentare
Siehe auch
Kategorien
Mehr zu Legend finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!