greek symbols in disp command

54 visualizaciones (últimos 30 días)
Lorenzo Mattera
Lorenzo Mattera el 10 de Ag. de 2017
Comentada: Lorenzo Mattera el 10 de Ag. de 2017
hi I have a disp command disp('x y z') and I would like to insert a greek letter in the text any way of doing it? Thanks Renzo

Respuesta aceptada

José-Luis
José-Luis el 10 de Ag. de 2017
disp('θ')
works fine for me.
  6 comentarios
José-Luis
José-Luis el 10 de Ag. de 2017
Editada: José-Luis el 10 de Ag. de 2017
You could concatenate
disp(['beginning ' char(955) ' end'])
Please accept the answer that best solves your problem
Lorenzo Mattera
Lorenzo Mattera el 10 de Ag. de 2017
thank you it works! renzo

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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by