Does MATLAB still allow for the use of Property Inspector to edit axis labels?

조회 수: 7 (최근 30일)
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

채택된 답변

Yash
Yash 2025년 1월 19일
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
  댓글 수: 1
Brad
Brad 2025년 2월 6일
Thanks Yash. As it turns out we had a faulty software install.
Re-installed MATLAB, tested out ylabel, and we're set.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Axis Labels에 대해 자세히 알아보기

제품


릴리스

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by