User guide |
The following example application uses many of the layout features discussed above in order to create a good-looking user interface that scales well when resized. It is not designed to showcase all the layout functionality, but shows how callbacks are added to provide user interaction. It also exemplifies separating the data from the GUI, a fundamental part of creating modular and maintainable applications.
The full application is available here:
Deploying GUIs using the MATLAB Compiler | [Top] | Application structure |