image upside down (including axis labels etc) using App designer: same code OK outside GUI
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Walter Roberson
el 23 de Feb. de 2023
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?
Respuestas (1)
Stuart MacGregor
el 23 de Feb. de 2023
Ver también
Categorías
Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!