how to enable label in x and y axis of this graph
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1031330/image.png)
hello, this graph (figure 3/in the middle) doesnt have any label... x-axis is supposed to be distance. Maybe the software was already made this way but if labels are hidden, can we unhide it? can we enable label somewhere? or its just that we have to create label ourselves? (I was expecting this to have its own label)
2 commentaires
Réponses (2)
Cris LaPierre
le 14 Juin 2022
Personally, I would do it programmatically. However, you can also use the Insert menu.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1031985/image.png)
0 commentaires
Dhritishman
le 15 Juin 2022
Matlab provides two functions - xlabel and ylabel to label the x-axis and y-axis in the graph respectively.
Syntax:
xlabel(txt)
xlabel(target,txt)
xlabel(___,Name,Value)
t = xlabel(___)
You can refer to the following documentation to get more information about the xlabel function.
0 commentaires
Voir également
Catégories
En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!