using $\textit{w}$ in legend

9 views (last 30 days)
Diana
Diana on 16 Jan 2018
Commented: Matt J on 16 Jan 2018
I have an existing figure that I want to use this term $\textit{w} = 0$ in its legend. I'm setting the latex interpreter using set(findall(gcf,'defaulttextInterpreter','latex ')) but I keep getting this error Warning: Unable to interpret TeX string "$\textit{w}$ = 1,k=1" any help would be appreciated.

Accepted Answer

Matt J
Matt J on 16 Jan 2018
Try setting the interpreter directly,
set( legend('$\textit{w}$ = 1,k=1') , 'Interpreter','latex');
  3 Comments
Matt J
Matt J on 16 Jan 2018
Diana's comment moved here:
Thanks.
Matt J
Matt J on 16 Jan 2018
You're welcome.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!