필터 지우기
필터 지우기

App Designer: keep axes limits fixed

조회 수: 39 (최근 30일)
Dominik Müller
Dominik Müller 2021년 1월 8일
댓글: Cris LaPierre 2021년 1월 11일
Hi folks,
I'm working on a GUI with two UIAxes. On one axes I want to show the whole plot and so the Xlim, Ylim and ZLim are set to 'auto'. On the second UIAxes I want to create a detailed/zoomed view on what I'm plotting. But how to keep the Axes limits fixed automatically to a value I want? If I set XLim to 'manual' and Ylim & ZLim to 'auto' the UIAxes is kind of rotated, the x axis is on the rigth of my UIAxes and the whloe plot is rotated by 90°.
The limits have to be predefined in App Designer and can not be changed via code.
Can anyone help?
Thanks in advance.

답변 (1개)

Cris LaPierre
Cris LaPierre 2021년 1월 8일
Not sure what you mean by "rotated".
This is how you can set the X lmiits in you can't use code, though not all types of plots will honor them.
  댓글 수: 2
Dominik Müller
Dominik Müller 2021년 1월 11일
If you take a look at the picture in my post you can see the X limits are on the right of the axis and not the bottom where my X axis should be. If the limits are set to 'auto' the X axis is at the bottom, the Y axis on the left. If I set the X limits manually the X axis is on the rigth of my UIAxes and if I plot in this axis my plot is rotated by 90 degrees.
Cris LaPierre
Cris LaPierre 2021년 1월 11일
Can you share your mlapp file? You can attach it to your post using the paperclip icon.

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by