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?

 Réponse acceptée

David Hill
David Hill le 10 Mar 2020

3 votes

3 commentaires

Eugene Rivera
Eugene Rivera le 10 Mar 2020
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 le 11 Mar 2020
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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Characters and Strings dans Centre d'aide et File Exchange

Produits

Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by