Nội Dung Bài Viết
Nội dung (Content)
Introduction to Creating UIs
1. About UIs in MATLAB Software
- What Is a UI?
- How Does a UI Work?
- Ways to Build MATLAB UIs
2. How to Create a UI with GUIDE
- Create a Simple UI Using GUIDE
- Files Generated by GUIDE
3. A Simple Programmatic UI
- Create a Simple UI Programmatically
Create UIs with GUIDE
4. What Is GUIDE?
- GUIDE: Getting Started
- GUIDE Tools Summary
5. GUIDE Preferences and Options
- GUIDE Preferences
- GUIDE Options
6. Lay Out a UI Using GUIDE
- GUIDE Templates
- Set the UI Window Size in GUIDE
- GUIDE Components
- Add Components to the GUIDE Layout Area
- Copy, Paste, and Arrange Components
- Locate and Move Components
- Align GUIDE UI Components
- Customize Tabbing Behavior in a GUIDE UI
- Create Menus for GUIDE UIs
- Create Toolbars for GUIDE UIs
- View the GUIDE Object Hierarchy
- Design Cross-Platform UIs in GUIDE
- UI Design References
7. Save and Run a GUIDE UI
- Save a GUIDE UI
- Create Programmatic Files from GUIDE Files
- Rename GUIDE UIs and Files
8. Programming a GUIDE UI
- Write Callbacks Using the GUIDE Workflow
- Initialize UIs Created Using GUIDE
- Callbacks for Specific Components
- Examples of GUIDE UIs
9. Examples of GUIDE UIs
- Modal Dialog Box in GUIDE
- UI That Uses Persistent Data
- UI That Accepts Parameters and Generates Plots
- Synchronized Data Presentations in a GUIDE UI
- Interactive List Box in a GUIDE UI
- Plot Workspace Variables in a GUIDE UI
- UI for Setting Simulink Model Parameters
- Animation with Slider Controls in GUIDE
- Automatically Refresh Plot in a GUIDE UI
Create UIs Programmatically
10. Lay Out a Programmatic UI
- Structure of Programmatic UI Code Files
- Create Figures for Programmatic UIs
- Programmatic Components
- Add Components to a Programmatic UI
- Lay Out a UI Programmatically
- Adjust Programmatic UI Layouts Interactively
- Customize Tabbing Behavior in a Programmatic UI
- Create Menus for Programmatic UIs
- Create Toolbars for Programmatic UIs
- Fonts and Colors for Cross-Platform Compatibility
11. Code a Programmatic UI
- Initialize a Programmatic UI
- Write Callbacks Using the Programmatic Workflow
12. Manage Application-Defined Data
- Share Data Among Callbacks
13. Manage Callback Execution
- Interrupt Callback Execution
14. Examples of UIs Created Programmatically
- Axes, Menus, and Toolbars in Programmatic UIs
- Synchronized Data Presentations in a Programmatic UI
- Lists of Items in a Programmatic UI
- UI for a Program That Accepts Arguments
15. Apps
- Find Apps
- View App File List
- Run, Uninstall, Reinstall, and Install Apps
- Install Apps in a Shared Network Location
- Change Apps Installation Folder
16. Packaging GUIs as Apps
- Apps Overview
- Package Apps
- Modify Apps
- Share Apps
- MATLAB App Installer File — mlappinstall
- Dependency Analysis
Download file
Bài viết các bạn có thể tham khảo:
- MATLAB GUI Tutorial for Beginners – Tài liệu lập trình GUI MATLAB
- Learning to program with MATLAB building GUI tools
- Tổng hợp tài liệu tự học matlab