GUI question

8 views (last 30 days)
marina
marina on 15 Apr 2012
i have the main gui window. can i open through a button an extra gui window to perform some tasks and then close it and continue working in the main window??
  5 Comments
Jan
Jan on 15 Apr 2012
Now without humor: You can insert the command for opening the 2nd GUI in the callback of the button. While this is actually easy, not to say trivial, it is complicated to give an explicit example, because your question is vague. Therefore Oleg's "yes" is an almost optimal answer.
What have you tried so far and which problems appeared?
marina
marina on 16 Apr 2012
How can i use a variable from one gui to the main gui?

Sign in to comment.

Accepted Answer

Geoff
Geoff on 15 Apr 2012
1. Build your other GUI.
2. Create the button in your main GUI and put code inside its click callback that invokes your new GUI. This will just be the base name of the M-file that your GUI is stored in.

More Answers (1)

marina
marina on 16 Apr 2012
How can i use a variable from one gui to the main gui?
  1 Comment
Walter Roberson
Walter Roberson on 16 Apr 2012
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F

Sign in to comment.

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!