필터 지우기
필터 지우기

Add panel in the GUI of Matlab

조회 수: 1 (최근 30일)
junior
junior 2016년 5월 6일
댓글: junior 2016년 5월 6일
I have a GUI with several buttons, but forget them into a Panel, How I can add my panel without the names of my buttons change? Thank you.

채택된 답변

CS Researcher
CS Researcher 2016년 5월 6일
set(handles.button,'Parent',handles.panel)
handles.button is the handle to the button and handles.panel is the handle to the panel.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 App Building에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by