How to put a thicker \widetilde in matlab?

조회 수: 12 (최근 30일)
Sim
Sim 2020년 10월 26일
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:

답변 (0개)

카테고리

Help CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by