Clear Filters
Clear Filters

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

3 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!

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 Environment and Settings 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!