Trending GUI development Discussions

Follow

Ask the Community


Ask any professional question and get answers from other specialists.

Stream language
Default profile image
Question added by Deleted user
11 years ago

How can I create a multiple screen GUI in MATLAB?‎

For example, pressing a button should take me to another screen....‎

Answers:
2
Followers:
Views:
1655
Vote Count:
1
Answer should contain a minimum of 25 characters.
Default profile image  
Answer added by  Deleted user
11 years ago

Thank you Mr. Sherif for your answer. I have tried the way you said, the second GUI is running. But I donot need a second GUI, instead I want to clear (make it invisible) ... See More

Shereif Hemdan's image  
Answer added by  Shereif Hemdan, Project Engineer, Mapso Marine Propulsion & Supply
11 years ago

If the second GUI is defined with GUIDE, just have the submit button callback invoke the second gui name as a function -- pretty much the same way that you started the in ... See More