필터 지우기
필터 지우기

how include e1 dot in legend ?

조회 수: 1 (최근 30일)
prajith samraj
prajith samraj 2022년 7월 25일
댓글: Walter Roberson 2022년 7월 25일
how to include e1 dot in legend and how reduse the values in y axis?

채택된 답변

Walter Roberson
Walter Roberson 2022년 7월 25일
plot(rand(1,5))
legend({'$\dot{e_1}$'}, 'interpreter', 'latex')
To reduce the values on the y axes, you could use ytickformat . However, you have such a small range of values that they would likely all come out the same. You could consider setting yticks() to only have perhaps 3 ticks (but they will all be pretty similar)
  댓글 수: 2
prajith samraj
prajith samraj 2022년 7월 25일
shown single value 0.1 shown only. how to find remaining datas?
Walter Roberson
Walter Roberson 2022년 7월 25일
According to your first plot, your range of y values is from about 0.1 minus 1e-14 to about 0.1 plus 1e-14. What tick marks were you hoping for?

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

추가 답변 (0개)

카테고리

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