How can i display cyrillic characters under tilda on plot without using latex etc.?
Mostrar comentarios más antiguos
So the first task i got was to display english latin characters on plot under a tilda sign without using any additional programs such as latex. I found one solution:
figure;
title('$$\tilde{S(t)}$$', 'Interpreter', 'LaTeX');
As you can see in the first picture, it worked. It was accepted and next task i got was the same but using only russian cyrillic characters. The same method now wasn't working anymore. As you can see on the secont picture, my version of matlab has no problem using cyrillic characters by itself:
title('Спектр амплитуды S(t)');
legend('Результат ДПФ', 'Аналитический');
So now the question is: how can i place a cyrillic russian character under this tilda sign without using latex etc. (preferably)? If you know only methods using these programs I wouldn't mind at all ;)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre LaTeX en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!