MATLAB prints ''Greek letters'' in chart text, but how about sprintf, compose, string or char functions?
73 ビュー (過去 30 日間)
古いコメントを表示
Zahra Yousefi Darani
2022 年 7 月 1 日
コメント済み: Zahra Yousefi Darani
2022 年 7 月 1 日
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)
その他の回答 (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!