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

 Respuesta aceptada

N = 10 ;
A = rand(10,2) ;
plot(A(:,1),A(:,2),'r') ;
xlabel('\alpha')
ylabel('\theta')

4 comentarios

it is not label though. they are the x axis values
it is showing this error: Undefined function or variable 'xticks'
solved it!!! thank you.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Preguntada:

el 6 de Abr. de 2017

Comentada:

el 6 de Abr. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by