How to represent greek letters in matlab?
조회 수: 3(최근 30일)
표시 이전 댓글
Lets suppose, i want to show
or
but i cannot.


is there any procedure to handle it without live editor.
댓글 수: 0
답변(1개)
Peng Li
2020년 3월 25일
Where do you want to show them? On a figure object, MATLAB fully supports latex or tex syntax. You can use, e.g., text(yourXvalue, yourYvalue, 'sin(\theta)') to show this on an axis at place defined by (yourXvalue, yourYvalue).
댓글 수: 2
Peng Li
2020년 3월 25일
I don't think it works in mfile. You'd better use the English version, say, theta, directly as the variable name.
참고 항목
범주
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!