필터 지우기
필터 지우기

How to add symbolic variables like alpha, theta in Figure axis?

조회 수: 2 (최근 30일)
safi58
safi58 2017년 4월 6일
댓글: safi58 2017년 4월 6일
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

채택된 답변

KSSV
KSSV 2017년 4월 6일
N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')
  댓글 수: 4
safi58
safi58 2017년 4월 6일
it is showing this error: Undefined function or variable 'xticks'
safi58
safi58 2017년 4월 6일
solved it!!! thank you.

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by