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

3 visualizzazioni (ultimi 30 giorni)
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by