Azzera filtri
Azzera filtri

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

23 visualizzazioni (ultimi 30 giorni)
winfrida mwigilwa
winfrida mwigilwa il 15 Ago 2024 alle 16:09
Risposto: Star Strider il 15 Ago 2024 alle 16:26
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

Risposte (1)

Star Strider
Star Strider il 15 Ago 2024 alle 16:26
You have to specify 'Interpreter','latex' as well.
text(0.5,0.5,'$\bar{x}$', 'Interpreter','latex', 'FontSize',20)
.

Community Treasure Hunt

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

Start Hunting!

Translated by