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

1 view (last 30 days)
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

Accepted Answer

KSSV
KSSV on 6 Apr 2017
N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')
  4 Comments
safi58
safi58 on 6 Apr 2017
it is showing this error: Undefined function or variable 'xticks'

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!