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!