How to represent greek letters in matlab?
6 ビュー (過去 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.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!