how to put a bar above a letter in MATLAB equation?

10 次查看(过去 30 天)
I want to write letter x with bar above it but when I write $\bar{x}$ it is not working in MATLAB online. Please I need your help

回答(1 个)

Star Strider
Star Strider 2024-8-15
You have to specify 'Interpreter','latex' as well.
text(0.5,0.5,'$\bar{x}$', 'Interpreter','latex', 'FontSize',20)
.

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by