Why does the values in the y coordinate system change when I maximize the window?

조회 수: 2 (최근 30일)
Eng.
Eng. 2023년 6월 3일
댓글: Rik 2023년 6월 3일
When I select the maximize option for the figure I created in Matlab, the values in the y coordinate system change as follows. How can I make it stay the same? Thanks in advance

답변 (1개)

Rik
Rik 2023년 6월 3일
It looks like only the tick values are changing. Did you try setting the YTick property explicitly?
  댓글 수: 2
Eng.
Eng. 2023년 6월 3일
이동: Rik 2023년 6월 3일
I found the issue. Thank you. I made a small mistake while writing the code."
I did it as follows;
yticks([-0.6:0.2:0.6])
Rik
Rik 2023년 6월 3일
This will indeed set the YTick property. Note that you don't need the square brackets.

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

카테고리

Help CenterFile Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by