MATLAB prints ''Greek letters'' in chart text, but how about sprintf, compose, string or char functions?
70 次查看(过去 30 天)
显示 更早的评论
How can I define greek letters, inside one of these functions ? (sprintf, compose, string or char)
0 个评论
采纳的回答
Abhishek Tiwari
2022-7-1
编辑:Abhishek Tiwari
2022-7-1
Hi,
There are lots of pre defined greek letters. You just need to pick right index and use sprintf(). I have listed them below :
sprintf('%c ', 945:969)
2 个评论
更多回答(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!