greek symbols in disp command

53 vues (au cours des 30 derniers jours)
Lorenzo Mattera
Lorenzo Mattera le 10 Août 2017
Commenté : Lorenzo Mattera le 10 Août 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

Réponse acceptée

José-Luis
José-Luis le 10 Août 2017
disp('θ')
works fine for me.
  6 commentaires
José-Luis
José-Luis le 10 Août 2017
Modifié(e) : José-Luis le 10 Août 2017
You could concatenate
disp(['beginning ' char(955) ' end'])
Please accept the answer that best solves your problem
Lorenzo Mattera
Lorenzo Mattera le 10 Août 2017
thank you it works! renzo

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Labels and Annotations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by