about title of GUI
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Oleg Komarov
am 6 Aug. 2012
You can control the size of the font with the property 'FontSize':
title('keyframe video','Fontsize',14);
0 Kommentare
Siehe auch
Kategorien
Mehr zu Title finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!