Write e bar in plot lable

How can i write e bar ("e" with the bar signe on top of e (it is like e with a line on top of it )) in lable of plot in matlab? I draw the plot in simulink

回答 (1 件)

Star Strider
Star Strider 2021 年 8 月 14 日

0 投票

Use '$\bar{e}$' and specify 'Interpreter','latex' to get —
so:
xlabel('$\bar{e}$', 'Interpreter','latex')
This works in MATLAB and I assume it would also work in Simulink, although I have not tried it in Simulink.
.

カテゴリ

ヘルプ センター および File ExchangeModeling についてさらに検索

質問済み:

Imp
2021 年 8 月 14 日

回答済み:

2021 年 8 月 14 日

Community Treasure Hunt

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

Start Hunting!

Translated by