String LaTex must have valid interpreter syntax
Show older comments
String must have valid interpreter syntax:
$ + \frac{4e-09+2.2e-08i}{s+5000} + \frac{4e-09-2.2e-08i}{s+5000} - \frac{8e-09}{s} + \frac{0.0002}{s}$
Answers (1)
Walter Roberson
on 23 Jul 2016
0 votes
Are you sure that you specifically set the Interpreter property to 'latex' ? The default interpreter is 'tex'
2 Comments
Éder Peixoto Marques
on 23 Jul 2016
Walter Roberson
on 24 Jul 2016
Please show more of your code. For example,
h = text(2,2,'$ + \frac{4e-09+2.2e-08i}{s+5000} + \frac{4e-09-2.2e-08i}{s+5000} - \frac{8e-09}{s} + \frac{0.0002}{s}$', 'interpreter', 'latex')
worked fine for me.
Categories
Find more on Characters and Strings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!