How to put a thicker \widetilde in matlab?

9 views (last 30 days)
Sim
Sim on 26 Oct 2020
Hi, I am writing a legend with interpreter latex and I would need a thicker
\widetilde
like the other parts of the legend's text. Any idea?
My current code is:
lgd = legend('boxoff');
lgd.Title.String = sprintf('\\textbf{My quantity is {\\boldmath$\\widetilde{\\Delta A _b}$}}');
set(lgd, 'Interpreter','latex')
% additional info
lgd.FontSize = 20;
lgd.Location = 'north';
and the corresponding plot is:

Answers (0)

Community Treasure Hunt

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

Start Hunting!