num2str font size
2 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
その他の回答 (1 件)
José-Luis
2017 年 1 月 3 日
編集済み: José-Luis
2017 年 1 月 3 日
num2str() has nothing to do with the font size. It just does what its name implies. Once you have got your string, here is a way of setting its size:
axes;
text(0.5, 0.5,'\fontsize{24}{0}\selectfont{I am big}\fontsize{8}{0}\selectfont{I am small}','Interpreter','Latex');
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!