How to add symbolic variables like alpha, theta in Figure axis?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?
0 Kommentare
Akzeptierte Antwort
KSSV
am 6 Apr. 2017
N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')
4 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Annotations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!