How to represent greek letters in matlab?

12 visualizaciones (últimos 30 días)
M.S. Khan
M.S. Khan el 25 de Mzo. de 2020
Comentada: Peng Li el 25 de Mzo. de 2020
Lets suppose, i want to show or altsin but i cannot.
is there any procedure to handle it without live editor.

Respuestas (1)

Peng Li
Peng Li el 25 de Mzo. de 2020
Where do you want to show them? On a figure object, MATLAB fully supports latex or tex syntax. You can use, e.g., text(yourXvalue, yourYvalue, 'sin(\theta)') to show this on an axis at place defined by (yourXvalue, yourYvalue).
  2 comentarios
M.S. Khan
M.S. Khan el 25 de Mzo. de 2020
I dont want to show on figure. I want to use phi symbol in my mfile. Sin(\phi) does not work.
Peng Li
Peng Li el 25 de Mzo. de 2020
I don't think it works in mfile. You'd better use the English version, say, theta, directly as the variable name.

Iniciar sesión para comentar.

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by