
Does MATLAB still allow for the use of Property Inspector to edit axis labels?
    5 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
I am attempting to edit the Y-axis labels and ticks in a plot using the Property Inspector, in MATLAB 2023b. I am able to alter the labels and tick marks in the Property Inspector window. However, the changes do not get applied to the figure.
In previous versions of MATLAB, the user changes were applied when the user pushed the Apply and OK buttons in the Edit Axes Ticks window.
 Although it appears this topic has been brought up several times, I can’t find a link to a possible resolution to this issue.
Assuming we can still apply updated Axes and Axes Ticks values, using the Property Inspector, does anyone have a link containing this solution?
Thank You
0 commentaires
Réponse acceptée
  Yash
      
 le 19 Jan 2025
        Property Inspector works as intended in MATLAB R2023b. I am able to modify labels and ticks in a plot using Property Inspector. For example, to modify Y-axis label, click on the YLabel and enter the string in the text box. Click outside the text box for the string to reflect in the plot.

If the above method doesn't work, try running the below commands:
rehash toolboxcache
rehash path
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Axis Labels 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!