In Matlab App designer eliminate the gray edge of an "Axes" component
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Bowei Li
el 9 de Oct. de 2022
Comentada: Bowei Li
el 10 de Oct. de 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 comentarios
Respuesta aceptada
Simon Chan
el 9 de Oct. de 2022
Set the figure color to white.
f = figure;
f.Color=[1 1 1]; % Set color to white
3 comentarios
Simon Chan
el 10 de Oct. de 2022
Could you find something like the following regarding the uifigure appearance?
Más respuestas (0)
Ver también
Categorías
Más información sobre Develop uifigure-Based Apps 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!