Simple Optimized GUI Tabs

版本 1.0.0.0 (20.2 KB) 作者: WFAToolbox Team
The most simple and optimized way to create tab panels using GUIDE in 3 easy steps.
2.9K 次下载
更新时间 2016/3/10

查看许可证

https://youtu.be/sdc6ec2q5X8
This script provides a template on how to create simple tab panels within a GUI in 3 easy steps.
1. Create or copy PANEL and TEXT objects in GUI
2. Rename tag of PANEL to "tabNPanel" and TEXT for "tabNtext", where N - is a sequential number.
Example: tab3Panel, tab3text, tab4Panel, tab4text etc.
3. Add to Tab Code - Settings in m-file of GUI a name of the tab to TabNames variable
Implemented in: http://wfatoolbox.com
You can learn more about Simple GUI Tabs from this article on the Undocumentedmatlab Blog: http://undocumentedmatlab.com/blog/simple-gui-tabs-for-advanced-matlab-trading-app

引用格式

WFAToolbox Team (2024). Simple Optimized GUI Tabs (https://www.mathworks.com/matlabcentral/fileexchange/54992-simple-optimized-gui-tabs), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Article added
Video Added