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 件のコメント

Oleg Komarov
Oleg Komarov 2012 年 4 月 15 日
Yes you can.
marina
marina 2012 年 4 月 15 日
can you tell my how?
Jan
Jan 2012 年 4 月 15 日
Yes, I'm sure that Oleg can tell you how.
Jan
Jan 2012 年 4 月 15 日
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 2012 年 4 月 16 日
How can i use a variable from one gui to the main gui?

サインインしてコメントする。

 採用された回答

Geoff
Geoff 2012 年 4 月 15 日

0 投票

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.

その他の回答 (1 件)

marina
marina 2012 年 4 月 16 日

0 投票

How can i use a variable from one gui to the main gui?

1 件のコメント

Walter Roberson
Walter Roberson 2012 年 4 月 16 日
http://matlab.wikia.com/wiki/FAQ#How_can_I_share_data_between_callback_functions_in_my_GUI.3F

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

製品

タグ

質問済み:

2012 年 4 月 15 日

Community Treasure Hunt

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

Start Hunting!

Translated by