How to add symbolic variables like alpha, theta in Figure axis?
4 views (last 30 days)
Show older comments
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?
0 Comments
Accepted Answer
KSSV
on 6 Apr 2017
N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!