Azzera filtri
Azzera filtri

inserting variables in \textrm.

3 visualizzazioni (ultimi 30 giorni)
Ulrik William Nash
Ulrik William Nash il 30 Apr 2015
Risposto: Thorsten il 30 Apr 2015
Hi,
I am trying to incorporate the content of variable2 into \textrm. I am having trouble getting this to work. My attempt is shown further down. What am I doing wrong?
variable2 = ['sometext ',sprintf('%0.3f', variable1), ' '];
text(x,y,'\textrm{variable2}','interpreter','latex','Interpreter','latex','fontsize', font_x,'FontWeight','bold')
I appreciate the help!

Risposte (1)

Thorsten
Thorsten il 30 Apr 2015
text(x, y, ['\textrm{' variable2 '}'], ...)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by