PLEASE HELP!! Matlab AppDesigner Putting a certain number of panels

조회 수: 1 (최근 30일)
hgrlk
hgrlk 2021년 5월 21일
댓글: Yongjian Feng 2021년 10월 24일
Hello,
I have a problem with matlab app designer. I want to do something; when I select the amount in the list box and then click the button, that amount of panels are shown. How can I do that? I wrote function to get able to visibility of panel after push the button. But I cannot define the number of panels.
Thanks for help!
% Callbacks that handle component events
methods (Access = private)
% Code that executes after component creation
function startupFcn(app)
app.Panel.Visible = "off";
end
% Callback function
function ButtonGroupSelectionChange(app, event)
end
% Button pushed function: Button
function ButtonPushed(app, event)
app.Panel.Visible="on";
end
end
  댓글 수: 3
Georgiana Cristea
Georgiana Cristea 2021년 10월 19일
Hello!
I am currently trying to handle the same issue, and as an answer to your question, I would like the panels to be shown on top of each other and then add some additional two buttons to help me switch through them.
Please respond asap.
Thank you in advance for the help!
Kind Regards,
G
Yongjian Feng
Yongjian Feng 2021년 10월 24일
Why not tabs? Then you don't need to worry about how to position them, and what happens if there are too many.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by