legend('$\tilde{R}_{1}=\tilde{R}_{2}=1(Sim.)$','Interpreter','latex') through this command I am able to get but while editting it for different plot I am again getting a error attached with this
how to write \tilde{R_1} in matlab legend, I tried with this not working
조회 수: 14 (최근 30일)
이전 댓글 표시
I want to write \tilde{R_1} in matlab legend, I tried with this not working
답변 (1개)
Yusuf Suer Erdem
2021년 11월 22일
I tried this code below and it was working. Could you compare with your own code?
clc; clear; close all;
text(0.5, 0.5, '$$\tilde{a}$$', 'Interpreter', 'LaTeX')
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!