R2020b AppDesigner doesn't fill UiFigure completely with child
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everybody,
I noticed strange positioning behavior in the Matlab R2020b update. In contrast to the R2020a release, the complete UI figure is no longer filled in directly after starting the app, but only partially. I am demonstrating this using the "Pulse Generator" sample app without making any changes to the code. The red hatched area is undesirable and only occurs in the R2020b release. Why is that like this? Do we need to make any migrations to convert the app to R2020b?
On R2020b
On R2020a
The sample application is attached, but as I said, it is simply a randomly selected sample application that is suggested when creating a new document.
Thanks in advance!
Julian
2 Kommentare
Mario Malic
am 12 Okt. 2020
Bearbeitet: Mario Malic
am 12 Okt. 2020
I might have experienced something similar, but I am not sure if this is the solution. In your UIAxes, check the property group Position, PlotBoxAspectRatioMode and DataAspectRatioMode, try setting PlotBox property on 'auto', second one as well if it doesn't solve the issue.
There might be some issues when migrating apps that use GridLayout.
Antworten (1)
Bruno Luong
am 12 Okt. 2020
No problem with me here is the capture with R2020b
What is your monitor resolution setting?
3 Kommentare
Siehe auch
Kategorien
Mehr zu Develop uifigure-Based Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!