putting a bar over a letter in a figure using LaTex in text mode

7 views (last 30 days)
Hej, I would like to draw a letter with a bar over it in the ylabel using text mode (I don't like the font style in math mode). I'm using
ylabel('\={foo}','interpreter','latex');
but it produces
Warning: Unable to interpret TeX string "\={foo}"
Why? :(
Thanks in advance!
  3 Comments
Andrew Newell
Andrew Newell on 2 May 2011
Since we can't reproduce this on our systems, you probably should contact MATLAB Support.

Sign in to comment.

Answers (1)

Claudio
Claudio on 2 May 2011
my bad, the error is actually
Warning: Unable to interpret LaTeX string "\={foo}"
still having the problem with the bar :(

Categories

Find more on Printing and Saving in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!