Mathamatical Expression Syntax in Matlab plot
12 ビュー (過去 30 日間)
古いコメントを表示
Dear Community Members,
Could anyone please tell me syntax for the following expressions in "xlabel" in Matlab plot.

Thanks and regards
0 件のコメント
回答 (1 件)
Ameer Hamza
2018 年 5 月 25 日
For the first case, use
xlabel('$\overline{Stress}_{xy}$', 'Interpreter', 'latex')
For second case use
xlabel('$\widetilde{Stress}_{xy}$', 'Interpreter', 'latex')
参考
カテゴリ
Help Center および File Exchange で Legend についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!