Panel GUI change content
显示 更早的评论
Hi good morning,
I have some question according with GUI panel, how to I change the content at panel GUI once user click to another menu the contect will be change according to user selected and the previous content will be dissapear to show the new content. I don't know how to set the code can anyone help me.
I'm just set some of the menu content at panel like this:
set(handles.display,'visible','on');
set(handles.text25,'visible','on');
set(handles.MRN,'visible','on');
set(handles.OfflineDiagnosis,'visible','on');
set(handles.DiagnosisD,'visible','on');
but when I change to another content the previous can't dissapear, what should I do the code to change the content selected at Panel GUI.
thank you
2 个评论
Walter Roberson
2016-6-29
Could you confirm that you mean uipanel and not uitable and not uitab ?
Which of the handles corresponds to a uitable (or uitab) ?
Nasiha Husni
2016-6-29
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!