How do i allow the user to add additional tabs to my matlab GUI if they please too? Like how a individual would add a tab in excel
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
Currently I have a main gui with various GUI controls on it to do calculations. Is it possible to make GUI with tabs( similar to Excel sheet tab, sheet1,sheet2...) so that if the user wanted do an additional calculation he or she could add or delete a tab at will
I could not find any GUIDE properties that can do that.
Appreciate the help
Cordelle
0 件のコメント
回答 (1 件)
Evan
2013 年 6 月 13 日
There is semi-documented matlab support for tabs/tabgroups: http://undocumentedmatlab.com/blog/tab-panels-uitab-and-relatives/
I suppose you could create a pushbutton that adds new tabs whenever called.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!