How to add symbolic variables like alpha, theta in Figure axis?
1 view (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')
4 Comments
More Answers (0)
See Also
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!