Multiple Font Sizes in title: (Mixture of latex and English commands)

조회 수: 11 (최근 30일)
Matlab2010
Matlab2010 2013년 1월 28일
댓글: Walter Roberson 2019년 5월 8일
I have an image with a title.
I wish to use a mixture of English and symbols.
The English looks fine, however the symbols come out looking too small for the reader to easily view. They look better at 'FontSize' 18.
However, I dont wish to have the English at Font Size 18 as this doesnt look good.
can title/ axis support multiple font size? if so how? thanks
figure; title('\bf My Output, \Theta');

채택된 답변

José-Luis
José-Luis 2013년 1월 28일
plot(rand(10,1));
title(['\fontsize{20} Look Big' char(10) ...
'\fontsize{10} Look small' char(10) ...
'\fontsize{20} Mixed_{\fontsize{8} underscore}'],'interpreter','tex');

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labels and Styling에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by