![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/485738/image.png)
How can I code the given representations to the labels? (Hats confused me a bit.)
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Emre Bostancioglu
el 12 de En. de 2021
Comentada: Emre Bostancioglu
el 12 de En. de 2021
Hi, I need to state the given relations on two graphs in titles (the ones that are written below), x (omega) and y (y cap ej omega) labels but the representation of hat confused me. It is written that this can be provided with latex yet I don't know how to represent those fully by using latex and plotting those in italic. By the way, given relations are the representations of two different graphs. Consequenttly, how can I write those in titles, x and y labels, respectively?
Thanks in advance.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/485638/image.png)
0 comentarios
Respuesta aceptada
Ive J
el 12 de En. de 2021
plot(1:10, 1:10, '.-')
title('$$\vert$$$$\hat{y}$$[n]$$\vert$$ vs n', 'Interpreter', 'latex')
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/485738/image.png)
Más respuestas (0)
Ver también
Categorías
Más información sobre Title 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!