can't write "hat", "tilde", "bar" in the title of the figure
11 ビュー (過去 30 日間)
古いコメントを表示
I can't write the a greek letter with "hat" into figure title - I follow the dicusssion
it seems none is working for me ... ? why?



it can't interpret as LaTex...
2 件のコメント
採用された回答
Sam Chak
2025 年 2 月 25 日
I have problem with the GUI in past releases. I usually type out the syntax on the Command Window.
title('$\hat{\theta}_{estim}$', 'interpreter', 'latex')
xlabel('$\sqrt{x}$', 'interpreter', 'latex')
5 件のコメント
Sam Chak
2025 年 2 月 25 日
The GUI cannot differentiate between whether the user wants to display $\sqrt{x}$ or
.

Nowadays, I write all my code in scripts; however, on rare occasions, I need to demonstrate to some students how to use certain UI-assisted apps to aid in their designs. Nevertheless, you may consider suggesting to the MathWorks team the enhancement of the GUI by adding a LaTeX toggle button.

その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!