Filter löschen
Filter löschen

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

2 Ansichten (letzte 30 Tage)
safi58
safi58 am 6 Apr. 2017
Kommentiert: safi58 am 6 Apr. 2017
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by