I want to insert greek symbol Delta as xticklable in subplot which is a Bar chart along two other ab,cd latters.MATCODE { \Delta} has been utilised but it isn't responding in MATLAB 2013. pls guide
2 ビュー (過去 30 日間)
古いコメントを表示
I m drawing a subplot(bar-chart). In which i like to insert greek symbol Delta with two alphabets latters as Xticklabel. {/Delta} is not working in MATLAB 2013.
0 件のコメント
回答 (1 件)
Nihar Deodhar
2017 年 1 月 9 日
The following command may be included as a part of your code, or simply type this in the command window with the figure open:
xlabel('$\Delta$','Interpreter','latex')
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!