フィルターのクリア

about title of GUI

2 ビュー (過去 30 日間)
Pan
Pan 2012 年 8 月 6 日
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.

回答 (1 件)

Oleg Komarov
Oleg Komarov 2012 年 8 月 6 日
You can control the size of the font with the property 'FontSize':
title('keyframe video','Fontsize',14);

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by