In Matlab App designer eliminate the gray edge of an "Axes" component
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bowei Li
am 9 Okt. 2022
Kommentiert: Bowei Li
am 10 Okt. 2022
Hi Community! For the "Axes" component in Matlab App designer, as

Is it possible to make the white area occupy the entire "Axes" component and eliminate the gray edge area? Seems adjusting the "position" parameter can't solve the problem.
0 Kommentare
Akzeptierte Antwort
Simon Chan
am 9 Okt. 2022
Set the figure color to white.
f = figure;
f.Color=[1 1 1]; % Set color to white
3 Kommentare
Simon Chan
am 10 Okt. 2022
Could you find something like the following regarding the uifigure appearance?

Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Graphics Object Properties 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!

