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 Center および File ExchangeLegend についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by