필터 지우기
필터 지우기

Write e bar in plot lable

조회 수: 1 (최근 30일)
Imp
Imp 2021년 8월 14일
답변: Star Strider 2021년 8월 14일
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일
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.
.

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by