greek symbols in disp command

조회 수: 53 (최근 30일)
Lorenzo Mattera
Lorenzo Mattera 2017년 8월 10일
댓글: Lorenzo Mattera 2017년 8월 10일
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
Lorenzo Mattera
Lorenzo Mattera 2017년 8월 10일
thank you it works! renzo

댓글을 달려면 로그인하십시오.

추가 답변 (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