フィルターのクリア

How can I convert individual guis into a single tabbed gui?

2 ビュー (過去 30 日間)
John Billingham
John Billingham 2015 年 5 月 24 日
コメント済み: John Billingham 2015 年 5 月 25 日
I have a gui that pops up another gui when a button is pressed. I'd like to convert this into a single gui with two tabs. Can anybody help me to do this without rewriting the whole thing?

採用された回答

Jan
Jan 2015 年 5 月 24 日
Did you create this programmatically or by GUIDE? In the last case the conversion cannot be done easily. In the fiest case it depends on the code if a merging is easier than re-writing the code from scratch.
You can extract the code to create a GUIDE designed figure easily to get the code required to create the figure: .fig files are .mat files with a changed file extension. So load() can import the .fig file: See FEX: GuideGetter
  1 件のコメント
John Billingham
John Billingham 2015 年 5 月 25 日
I used GUIDE. Oh dear. Never mind. Looks like I'm popping up instead of tabbing.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by