image upside down (including axis labels etc) using App designer: same code OK outside GUI
이전 댓글 표시
Using image(app.UIAxes,C) in draw() callback. ComponentBrowser/Axes/Rulers/YDir setting makes no difference. Changing YDir after image() line changes the displayed image, but leaves the axes upside down. No idea what [x,y]=ginput(1) is giving back - not what I wanted anyway.
댓글 수: 2
Walter Roberson
2023년 2월 23일
I wonder if somehow you have two axes in the same place?
DId you possibly use yyaxis ? Or did you possibly create an axes as part of the app design, but also call axes() inside your code, and so doing create a second axes?
Stuart MacGregor
2023년 2월 23일
이동: Voss
2023년 2월 23일
답변 (1개)
Stuart MacGregor
2023년 2월 23일
0 개 추천
댓글 수: 2
Image Analyst
2023년 2월 24일
Similar things have been observed before:
Stuart MacGregor
2023년 2월 24일
카테고리
도움말 센터 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!