greek symbols in disp command

37 views (last 30 days)
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

Accepted Answer

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

Sign in to comment.

More Answers (0)

Categories

Find more on Labels and Annotations in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!