How can I make an Horizontal tab (\t) using TEXT and TeX ?
Mostra commenti meno recenti
I manage to display 2 lines in bold as follows:
str =sprintf('{\\bfline1:} \n {\\bfline2:}')
text(0.2,0.3, str)
But if I replace \n (new line) by \t (horizontal tab) :
str =sprintf('{\\bfline1:} \t {\\bfline2:}')
text(0.2,0.3, str)
I get an empty square box. How can I tell MATLAB to interpret \t as an escape character? I am looking for a solution using \t if possible ant not a workaroung using char(a number) or making myself the corresponding spaces ;)
1 Commento
Sean de Wolski
il 11 Set 2012
Modificato: Sean de Wolski
il 11 Set 2012
I get a horizontal tab... Windows7 - 12a
Risposte (2)
per isakson
il 11 Set 2012
0 voti
I cannot reproduce your problem. Your code works as expected here, R2012a,64bit,Win7.
1 Commento
Aurelien Queffurust
il 12 Set 2012
Modificato: Aurelien Queffurust
il 12 Set 2012
Aurelien Queffurust
il 20 Set 2012
0 voti
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!