Subscript in figure WHAT AM I DOING WRONG?
Ältere Kommentare anzeigen
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}')
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Grid Lines, Tick Values, and Labels finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!