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

3 vues (au cours des 30 derniers jours)
safi58
safi58 le 6 Avr 2017
Commenté : safi58 le 6 Avr 2017
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Labels and 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!

Translated by