how to open another gui from existing gui using push button ?

11 次查看(过去 30 天)
i have to gui, the main gui and the sub gui. I want to open the sub gui from main gui using push button ( guide ). How to make it ? thank you

采纳的回答

Stalin Samuel
Stalin Samuel 2016-6-17
Refer the link here which has details with example code
  1 个评论
ElizabethR
ElizabethR 2016-6-18
编辑:ElizabethR 2016-6-18
hi Stalin Samuel, thank you so much for your example code. Your simple code is easy to learn and make me understand. God Bless :D

请先登录,再进行评论。

更多回答(1 个)

Shameer Parmar
Shameer Parmar 2016-6-17
Lets consider you have 'ABC' is main GUI and 'XYZ' is sub GUI and 'OK' is the push button of GUI ABC
then in callback of OK push button of GUI ABC, simply put..
XYZ; % this command is to open the new GUI
close(ABC); % this command is to close the existing GUI
  4 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by