greek symbols in disp command

53 visualizzazioni (ultimi 30 giorni)
Lorenzo Mattera
Lorenzo Mattera il 10 Ago 2017
Commentato: Lorenzo Mattera il 10 Ago 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

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by