Skip to content

Commit 47d558c

Browse files
committed
Updated readme
1 parent 11cfb78 commit 47d558c

11 files changed

+48
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Developing MATLAB Apps Using the Model-View-Controller Pattern
22

3-
[![View Develop MATLAB Model-View-Controller Apps on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/110310-develop-matlab-model-view-controller-apps)
4-
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/matlab-model-view-controller&project=MVC.prj)
3+
[![View Develop MATLAB Model-View-Controller Apps on File Exchange](readme/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/110310-develop-matlab-model-view-controller-apps)
4+
[![Open in MATLAB Online](readme/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=mathworks/matlab-model-view-controller&project=MVC.prj)
55

66
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.
77

@@ -16,9 +16,10 @@ Developing an application using MVC can help address the following common develo
1616
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).
1717

1818
## Installation and Getting Started
19-
1. Clone or fork the repository to get started. You may also download the repository content as .zip.
20-
2. Open the project by double-clicking on `MVC.prj`.
21-
2. Run the application using `launchMVCApp.m` in the `code` folder.
19+
1. Clone or fork the repository to get started. You may also download the repository content as a MATLAB project archive (`MVC.mlproj`).
20+
2. If you downloaded the MATLAB project, double-click the `MVC.mlproj` archive to extract the project.
21+
3. Open the project by double-clicking on `MVC.prj`.
22+
4. Run the application using `launchMVCApp.m` in the `code` folder.
2223

2324
### [MathWorks](https://www.mathworks.com) Product Requirements
2425

readme/matlab-file-exchange.svg

Lines changed: 13 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)