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);

标签

Community Treasure Hunt

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

Start Hunting!

Translated by