Linking plotbox sizes in App Designer
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
I have an App Designer app where part of the UI displays an image. The image will always have a 1x1 aspect ratio. It has one plot below it and another plot next to it which display the cross section of the image along the x- or y-axis. For my use, it is important that the x-axis length of the x-cross section and the x-axis of the image are identical.

As you can see in the image above, they are (almost) perfectly aligned, good enough for my purpose.
However, I would like to be able to resize the window, without the alignment breaking. This is what currently happens:

How can I make this work?
The grid layout does not help in this scenario, because it locks me out of the position aspect of the UIAxes. 
Is the correct way to create a sizeChangedCallback and to then programmatically resize the axes using their position property?
Is there an easier way I am missing?
댓글 수: 0
답변 (1개)
  Mohammad Sami
      
 2020년 9월 29일
        You can try placing axes inside the uipanel. That way you would still be able to use the position property of the uiaxes.
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

