How to add a title with mixed italic and normal text with Tex interpreter?

12 vues (au cours des 30 derniers jours)
figure()
title({strcat("\it{Italic title part 1} ","and ","\it{Italic title part 2}"),""}, 'Interpreter', 'tex')
% Note that { ... ,""} is for having a new line after the title
Why "and" is in italics? how can I make it normal (not in italics and bold)?

Réponse acceptée

Stephen23
Stephen23 le 12 Mai 2025
Modifié(e) : Stephen23 le 12 Mai 2025
There might be better ways, but this seems to work:
title("\it Italic title part 1 \rm\bf and \it Italic title part 2", 'Interpreter', 'tex')

Plus de réponses (0)

Produits


Version

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by