Problem with latex interpreter
Mostrar comentarios más antiguos
Hi I want to assing this string to my ylable data but matlab cannot interpret it properly str=‘$\frac{\tilde{y}(t)}{\sigma_{\eta(t)}}$’ ylable(str,’Interpreter’,’latex’)
Does anyone know what’s the problem? Thanks
Respuestas (1)
madhan ravi
el 22 de Jul. de 2020
str='$\frac{\tilde{y}(t)}{\sigma_{\eta(t)}}$';
ylabel(str,'Interpreter','latex')
2 comentarios
Amin Akhshi
el 22 de Jul. de 2020
madhan ravi
el 22 de Jul. de 2020
Editada: madhan ravi
el 22 de Jul. de 2020
No, you didn’t. Copy paste what you’re trying.
Categorías
Más información sobre Line Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!