Mathamatical Expression Syntax in Matlab plot
조회 수: 20 (최근 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!