How to add symbolic variables like alpha, theta in Figure axis?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?
0 commentaires
Réponse acceptée
KSSV
le 6 Avr 2017
N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')
4 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!