Are some Greek characters not supported?
조회 수: 11 (최근 30일)
이전 댓글 표시
In R2017b, I tried to use \varphi in a legend and got the error message:
*Warning: Error updating Legend.
Character vector must have valid interpreter syntax:
\varphi*
If I shorten it to \phi , it displays as expected. What's going on?
댓글 수: 0
답변 (1개)
Walter Roberson
2018년 3월 19일
\varphi requires interpreter latex, and requires math mode (that is, enclosed in $)
text(1,1,'$\phi \varphi$', 'interpreter', 'latex')
댓글 수: 8
Walter Roberson
2018년 3월 19일
If you look at the comprehensive list of LaTeX symbols http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf, you will find that \alpha and so on are table 184, well inside Section 3 describing Mathematics Mode
참고 항목
카테고리
Help Center 및 File Exchange에서 Text Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!