How can I display characters with more than 7 bits ?
조회 수: 2 (최근 30일)
이전 댓글 표시
Does anybody know how can I display in matlab characters more than 7- bits Ascii code? Thanks in advance
댓글 수: 0
답변 (1개)
Walter Roberson
2014년 1월 19일
A lot depends on where you want to display them. As characters in the command line gives you the greatest flexibility. As characters in some kinds of uicontrol gives you some option that are workable but not fun. As characters in text() objects (including labels and annotations) is restricted to what you can get from TeX or Latex, such as Greek characters.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Environment and Settings에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!