greek symbols in disp command

53 次查看(过去 30 天)
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

采纳的回答

José-Luis
José-Luis 2017-8-10
disp('θ')
works fine for me.
  6 个评论
José-Luis
José-Luis 2017-8-10
编辑:José-Luis 2017-8-10
You could concatenate
disp(['beginning ' char(955) ' end'])
Please accept the answer that best solves your problem

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Labels and Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by