How to write overline on top of a word in title of a plot?
    25 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Vishnuvardhan Naidu Tanga
 il 15 Apr 2024
  
    
    
    
    
    Commentato: Vishnuvardhan Naidu Tanga
 il 15 Apr 2024
            Hello Everyone,
I would like to add a overline on top of a word in title of a matlab plot. I am using the following:
title(["Some text '$\bar{XX}/V$', 'Interpreter', 'LaTeX' "...
    "Some other text"])
I want to have the overline on top of XX. Please kindly help me with the following.
Thanks in advance.
0 Commenti
Risposta accettata
  Fangjun Jiang
      
      
 il 15 Apr 2024
        
      Modificato: Fangjun Jiang
      
      
 il 15 Apr 2024
  
      title(["Some text $\bar{XX}/V$","Some other text"], 'Interpreter', 'LaTeX')
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Title in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


