How to add a title with mixed italic and normal text with Tex interpreter?
    11 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    ANGELICA LIPONI
 am 12 Mai 2025
  
    
    
    
    
    Kommentiert: ANGELICA LIPONI
 am 12 Mai 2025
            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)?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Title finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



