https://github.com/mathworks/matlab-model-view-controller
This repository contains the MATLAB code for the technical article "Developing MATLAB Apps Using the Model-View-Controller Pattern."
https://github.com/mathworks/matlab-model-view-controller
Last synced: about 2 months ago
JSON representation
This repository contains the MATLAB code for the technical article "Developing MATLAB Apps Using the Model-View-Controller Pattern."
- Host: GitHub
- URL: https://github.com/mathworks/matlab-model-view-controller
- Owner: mathworks
- License: other
- Created: 2022-04-20T15:55:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T11:12:01.000Z (2 months ago)
- Last Synced: 2025-05-06T00:55:32.340Z (about 2 months ago)
- Language: MATLAB
- Homepage:
- Size: 61.5 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Developing MATLAB Apps Using the Model-View-Controller Pattern
[](https://www.mathworks.com/matlabcentral/fileexchange/110310-develop-matlab-model-view-controller-apps)
[](https://matlab.mathworks.com/open/github/v1?repo=mathworks/matlab-model-view-controller&project=MVC.prj)This repository contains the MATLAB® code for the technical article [Developing MATLAB Apps Using the Model-View-Controller (MVC) Pattern](https://www.mathworks.com/company/newsletters/articles/developing-matlab-apps-using-the-model-view-controller-pattern.html). The article provides a step-by-step guide for building a small MVC application. You can inspect the source code and modify it to suit your own application needs.
Developing an application using MVC can help address the following common development concerns when creating large-scale applications:
- Best practices and guidelines for structuring the code base to allow future growth.
- Using a combination of functional and object-oriented programming.
- Working effectively with MATLAB® graphics and user-interface control objects.
- Enabling collaboration within a team by separating the application into components, which are developed and tested simultaneously.
To learn more about developing applications using MATLAB®, check out the training courses [Building Interactive Applications in MATLAB®](https://www.mathworks.com/learn/training/building-interactive-applications-in-matlab.html) and [Advanced MATLAB® Application Development](https://www.mathworks.com/learn/training/advanced-matlab-application-development.html).
## Installation and Getting Started
1. Clone or fork the repository to get started. You may also download the repository content as .zip.
2. Open the project by double-clicking on `MVC.prj`.
2. Run the application using `launchMVCApp.m` in the `code` folder.
### [MathWorks](https://www.mathworks.com) Product Requirements
Requires MATLAB release R2024b or later.
## License
The license is available in the [license.txt](license.txt) file in this GitHub repository.
## Community Support
[MATLAB Central](https://www.mathworks.com/matlabcentral)
Copyright 2022 The MathWorks, Inc.