Interpreter latex label problem
10 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Ahmed Abdalazeez
am 22 Jul. 2019
Kommentiert: Ahmed Abdalazeez
am 22 Jul. 2019
Hi,
I used these codes for ylabel, but it does not work:
h1 = ylabel(['$R_m_a_x/A_0$'])
set(h1,'Interpreter','latex','fontsize',15)
any help please
Thanks in advance!
0 Kommentare
Akzeptierte Antwort
infinity
am 22 Jul. 2019
Hello,
The error come from the typing of latex syntax.
You should change a bit in your latex, for example
ylabel('$R_{{m}_{{a}_{x}}}/A_0$','Interpreter','latex')
It might work.
3 Kommentare
infinity
am 22 Jul. 2019
Hello,
So, you could change a bit like this
ylabel('$R_{max}/A_0$','Interpreter','latex')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu LaTeX 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!