Develop MATLAB Model-View-Controller Apps

버전 1.0.2.0 (22.4 KB) 작성자: Laura Dempsey
This repository contains the MATLAB code for the technical article "Developing MATLAB Apps Using the Model-View-Controller Pattern."
다운로드 수: 66
업데이트 날짜: 2023/6/13

Developing MATLAB Apps Using the Model-View-Controller Pattern

View Develop MATLAB Model-View-Controller Apps on File Exchange Open in MATLAB Online

This repository contains the MATLAB® code for the technical article Developing MATLAB Apps Using the Model-View-Controller (MVC) Pattern. 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® and Advanced MATLAB® Application Development.

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.
  3. Run the application using launchMVCApp.m in the code folder.

MathWorks Product Requirements

Requires MATLAB release R2020b or later.

License

The license is available in the license.txt file in this GitHub repository.

Community Support

MATLAB Central

Copyright 2022 The MathWorks, Inc.

인용 양식

Laura Dempsey (2024). Develop MATLAB Model-View-Controller Apps (https://github.com/mathworks/matlab-model-view-controller/releases/tag/v1.0.2), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2022a
R2020b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.2.0

See release notes for this release on GitHub: https://github.com/mathworks/matlab-model-view-controller/releases/tag/v1.0.2

1.0.1

See release notes for this release on GitHub: https://github.com/mathworks/matlab-model-view-controller/releases/tag/v1.0.1

1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.