How to display angle symbol

54 ビュー (過去 30 日間)
Eugene Rivera
Eugene Rivera 2020 年 3 月 10 日
コメント済み: Eugene Rivera 2020 年 3 月 11 日
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 件のコメント
David Hill
David Hill 2020 年 3 月 10 日
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 件)

カテゴリ

Help Center および File ExchangeCharacters and Strings についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by