Clear Filters
Clear Filters

Creatin windows with GUIDE

1 view (last 30 days)
Wanderson
Wanderson on 23 Jun 2013
Hi I'm having some problems here.
I am creating an interface to my code. In the initial page I am asking for some initial parameters and showing some images to the user.
Sorry I guess I didn't explain well my problem.
When the user press the Menu Option that I created, must appear a new gui page, but not separated from the initial one. I want to write others information within this new gui page.
For example. I run the program and appear the first gui with some text. I have a Menu called Method When the user click on Method I want that this text disappears. I want to remains only the menu options from the initital page.
Thanks.

Accepted Answer

Jan
Jan on 23 Jun 2013
Edited: Jan on 23 Jun 2013
Of course this is possible. But it depends on what exactly you want:
  • clear all the initial page: clf(FigHandle)
  • create a blank GUI: Simply open a new GUI
So please explain again, what you exactly want, what you have tried so far and which problems have occurred. This additional information should be found, where readers expect it: edit the original question, do not post a comment or another answer.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!