필터 지우기
필터 지우기

Boxplot greek symbol bug?

조회 수: 3 (최근 30일)
Rainer
Rainer 2015년 9월 13일
댓글: Rainer 2015년 9월 13일
I can't seem to use greek symbols on the boxplot axis?
This works fine:
plot(rand(10,1))
ylabel('\muL')
This doesn't work:
boxplot(rand(10,1))
ylabel('\muL')

채택된 답변

Walter Roberson
Walter Roberson 2015년 9월 13일
Try
ylabel('\muL', 'Interpreter','tex')

추가 답변 (1개)

the cyclist
the cyclist 2015년 9월 13일
That does not work for me in 2015a, but does work in 2015b. I presume they fixed a bug.
  댓글 수: 1
Rainer
Rainer 2015년 9월 13일
Thanks. All the more reason for me to get the update!

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

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by