- Matlab seems to have trouble with "\r"?
- "10" positions the text outside the default axes.
Getting error code "unable to interpret LaTeX string..."
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
and am not sure why. I'm trying to add formulas to a graph as fractions using this code:
text(10,.2,'Ea=$\displaystyle\frac{-1.436}{\r}$','interpreter','LaTeX')
0 commentaires
Réponse acceptée
per isakson
le 5 Fév 2014
Modifié(e) : per isakson
le 2 Mar 2014
This produces a result
text(.2,.2,'Ea=$\displaystyle\frac{-1.436}{17}$','interpreter','LaTeX')
With your example
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!