In Matlab App designer eliminate the gray edge of an "Axes" component

1 vue (au cours des 30 derniers jours)
Bowei Li
Bowei Li le 9 Oct 2022
Commenté : Bowei Li le 10 Oct 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.

Réponse acceptée

Simon Chan
Simon Chan le 9 Oct 2022
Set the figure color to white.
f = figure;
f.Color=[1 1 1]; % Set color to white
  3 commentaires
Simon Chan
Simon Chan le 10 Oct 2022
Could you find something like the following regarding the uifigure appearance?
Bowei Li
Bowei Li le 10 Oct 2022
I see, yes, thanks a lot and this does solved the problem!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange

Produits


Version

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by