Problem with sqrt symbol on label
이전 댓글 표시
Hello guys,
I getting a diferent symbol on an label, and i dont know why. I want the sqrt symbol but when i apply \surd i get a diferent symbol, and i really dont know why.
I am using matlab r2013a.
Source code of the symbol on the context of the program:
ylabel('\surd Drain-Source Current (A)');
답변 (1개)
Star Strider
2014년 11월 25일
It works for me as you wrote it (in R2014b). The only possibility that comes to mind is to specify the interpreter. See if this improves things:
ylabel('\surd Drain-Source Current (A)','Interpreter','tex');
댓글 수: 4
ApolloPT
2014년 11월 25일
ApolloPT
2014년 11월 25일
Star Strider
2014년 11월 25일
My pleasure!
I thought about 'latex', but without knowing what MATLAB release you have (LaTeX has only been an option for the last few releases if I remember correctly), decided not to suggest it.
Krishna
2019년 1월 9일
Thanks ApolloPT it works
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!