inserting variables in \textrm.
9 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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!
0 Kommentare
Antworten (1)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!