Getting error code "unable to interpret LaTeX string..."

1 visualización (últimos 30 días)
cassie
cassie el 5 de Feb. de 2014
Editada: per isakson el 2 de Mzo. de 2014
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')

Respuesta aceptada

per isakson
per isakson el 5 de Feb. de 2014
Editada: per isakson el 2 de Mzo. de 2014
This produces a result
text(.2,.2,'Ea=$\displaystyle\frac{-1.436}{17}$','interpreter','LaTeX')
With your example
  • Matlab seems to have trouble with "\r"?
  • "10" positions the text outside the default axes.
  1 comentario
cassie
cassie el 5 de Feb. de 2014
You were right on both counts. One: I had my x and y flipped. duh. the other i took out the backslash (don't know why) but this works: text(.3,-10,'Ea=$\displaystyle\frac{-1.436}{r}$','interpreter','LaTeX')

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by