Hi! I'm new to MATLAB and I'm having a hard time displaying the symbol \angle. Is there a correct syntax to do this?

 채택된 답변

David Hill
David Hill 2020년 3월 10일

3 개 추천

댓글 수: 3

Eugene Rivera
Eugene Rivera 2020년 3월 10일
I've already seen this page however I want to print the symbol in a normal text not in a chart. Is there any other way? Thank you!
8736 is the unicode for the angle symbol.
['30' char(8736)];
Eugene Rivera
Eugene Rivera 2020년 3월 11일
Tried it and it worked like charm! Thank you so much kind sir!
I've also been looking at special character unicodes and found out that the angle character is
&#8736 which makes sense by the code you just gave. Now i know their syntax :D

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Characters and Strings에 대해 자세히 알아보기

제품

릴리스

R2019b

질문:

2020년 3월 10일

댓글:

2020년 3월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by