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

34 visualizaciones (últimos 30 días)
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');

Respuesta aceptada

José-Luis
José-Luis el 28 de En. de 2013
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');

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by