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

조회 수: 1 (최근 30일)
Bowei Li
Bowei Li 2022년 10월 9일
댓글: Bowei Li 2022년 10월 10일
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?
Bowei Li
Bowei Li 2022년 10월 10일
I see, yes, thanks a lot and this does solved the problem!

댓글을 달려면 로그인하십시오.

추가 답변 (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