about title of GUI
1 回表示 (過去 30 日間)
古いコメントを表示
I want to ask about the font size,
this is my code
subplot(2,2,1);
imshow(vid1(:,:,:,frame1));
title('keyframe video');
the title size could set the bigger??
could you know how to do , please teach me. Thank you.
0 件のコメント
回答 (1 件)
Oleg Komarov
2012 年 8 月 6 日
You can control the size of the font with the property 'FontSize':
title('keyframe video','Fontsize',14);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!