how to change one part of the string to NOT italic font?

21 次查看(过去 30 天)
i have this code:
xlhand = get(gca,'xlabel');set(xlhand,'string','string and not italic',...
'fontsize',15,'FontAngle','italic');
i need the text 'not italic' to be normal how can i do that?

采纳的回答

Joseph Cheng
Joseph Cheng 2014-4-11
编辑:Joseph Cheng 2014-4-11
you can do something like this
>> title('this text is {\bfbold} this text is {\ititalizized}')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by