how to put a bar above a letter in MATLAB equation?
조회 수: 9 (최근 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
댓글 수: 0
답변 (1개)
Star Strider
2024년 8월 15일
You have to specify 'Interpreter','latex' as well.
text(0.5,0.5,'$\bar{x}$', 'Interpreter','latex', 'FontSize',20)
.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Bar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
