how to write \tilde{R_1} in matlab legend, I tried with this not working

조회 수: 14 (최근 30일)
PRADEEP KUMAR
PRADEEP KUMAR 2021년 11월 22일
댓글: PRADEEP KUMAR 2021년 11월 22일
I want to write \tilde{R_1} in matlab legend, I tried with this not working
  댓글 수: 1
PRADEEP KUMAR
PRADEEP KUMAR 2021년 11월 22일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

Yusuf Suer Erdem
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 CenterFile Exchange에서 Legend에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by