Subscript in figure WHAT AM I DOING WRONG?

13 vues (au cours des 30 derniers jours)
Danielle Blum
Danielle Blum le 20 Oct 2020
Commenté : Danielle Blum le 23 Oct 2020
Hi, for some reason I can't get subscript on my axes titles to work properly, below I've tried two different ways to produce suscript that work on my scatter plots, but are not functioning here. When run, the axes titles are exactly as written with all the symbols. Can someone please tell me what I've done wrong? Running version version R0219b. Thank you for your time.
mdl = fitlm(x,y)
coefCI(mdl)
plot(mdl,'Marker','.','Color','b')
ylabel('Comparison 1 NO_2 ppb_v')
xlabel('Comparison 2 [NO_{2}] ppb_{v}')

Réponse acceptée

Stephan
Stephan le 20 Oct 2020
Modifié(e) : Stephan le 20 Oct 2020
  3 commentaires
Danielle Blum
Danielle Blum le 23 Oct 2020
Thank you, I managed to figure it out with the final two links and this additional link others might find helpful.
Here is what the labels look like now:
ylabel('Comparison 1 $NO_{2}$ $ppb_{v}$','interpreter','latex')
xlabel('Comparison 2 $NO_{2}$ $ppb_{v}$','interpreter','latex')
For those who are new to this notation, like me, placing the $ around the entire label results in no spaces between words or units.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by