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

3 visualizaciones (últimos 30 días)
safi58
safi58 el 6 de Abr. de 2017
Comentada: safi58 el 6 de Abr. de 2017
Hi all, How to add symbolic variables like alpha, theta in Figure axis?
Can anyone help?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by