Errors at random when trying to print greek alphabets in Matlab 2020a
1 次查看(过去 30 天)
显示 更早的评论
v = 2;
text1=['(', num2str(v,'%.0f'), ', ', num2str(v,'%.0f'), ')', '\mum'];
text(0.3,0.3,text1);
These seem to work at random times and print the title without parsing the symbols at others. Could someone please help me understand/suggest what I have missed?
0 个评论
采纳的回答
Ayush Gupta
2020-9-7
The program seems to run fine and produces no errors for even around 20 runs. Look at some examples on how to use Greek Letters and Special Characters in Char Text here.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!