can't write "hat", "tilde", "bar" in the title of the figure

10 次查看(过去 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 个评论
Shlok
Shlok 2025-2-25
Can you please share the code snippet regarding the same?
VBBV
VBBV 2025-2-25
移动:VBBV 2025-2-26
$\hat{\theta_{estim}}$
            % 
Close the curly braces outside the subscript estim

请先登录,再进行评论。

采纳的回答

Sam Chak
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 个评论
Peter
Peter 2025-2-25
always you need to initialize the interpreter from cmd line?
Sam Chak
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 CenterFile Exchange 中查找有关 Labels and Annotations 的更多信息

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by