Mathamatical Expression Syntax in Matlab plot
이전 댓글 표시
Dear Community Members,
Could anyone please tell me syntax for the following expressions in "xlabel" in Matlab plot.

Thanks and regards
답변 (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')
카테고리
도움말 센터 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!