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

2 次查看(过去 30 天)
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.

采纳的回答

Simon Chan
Simon Chan 2022-10-9
Set the figure color to white.
f = figure;
f.Color=[1 1 1]; % Set color to white
  3 个评论
Simon Chan
Simon Chan 2022-10-10
Could you find something like the following regarding the uifigure appearance?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by