Skip to content

Commit 72808f8

Browse files
committed
Add Open in MATLAB Online badge
1 parent 53891d3 commit 72808f8

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*.fig binary
22
*.mat binary
3-
*.mdl binary diff merge=mlAutoMerge
3+
*.mdl binary
44
*.mdlp binary
55
*.mexa64 binary
66
*.mexw64 binary
@@ -12,8 +12,8 @@
1212
*.p binary
1313
*.sfx binary
1414
*.sldd binary
15-
*.slreqx binary merge=mlAutoMerge
16-
*.slmx binary merge=mlAutoMerge
15+
*.slreqx binary
16+
*.slmx binary
1717
*.sltx binary
1818
*.slxc binary
1919
*.slx binary merge=mlAutoMerge

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Programming: A Starter Project Using MATLAB with Python
22
[![View Programming-A-Starter-Project-Using-MATLAB-and-Python on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/116490-programming-a-starter-project-using-matlab-and-python)
3-
[Open in MATLAB Online](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj)
3+
[![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-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj)
44

55
**Curriculum Module**
66
_Created with R2022a. Compatible with R2022a and later releases._
@@ -34,7 +34,8 @@ These ideas are all presented with interactive examples in
3434
## Details ##
3535

3636
## ##
37-
**UsingMATLABwithPython.mlx** [Open in MATLAB Online](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=UsingMATLABwithPython.mlx)
37+
**UsingMATLABwithPython.mlx** [![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-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=UsingMATLABwithPython.mlx)
38+
3839
This script introduces the Run Python Code Live Task, as well as walking through checking that an appropriate version
3940
of Python is installed and visible to MATLAB.
4041

@@ -47,7 +48,8 @@ In this script, students will...
4748
- try running Python commands and a Python script from MATLAB.
4849

4950
## ##
50-
**CheckingTheWeather.mlx** [Open in MATLAB Online](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=CheckingTheWeather.mlx)
51+
**CheckingTheWeather.mlx** [![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-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=CheckingTheWeather.mlx)
52+
5153
This script introduces the OpenWeather API, walking through setting up an account to get an API key, using an existing python script to access the API, and then investigation of the data that is returned.
5254

5355
<img src="https://user-images.githubusercontent.com/88841524/175094710-f3d6f2d1-ccd5-4068-99f4-eaec9cc1b8b8.png" width="500">
@@ -60,7 +62,8 @@ In this script, students will...
6062
unit conversions, and data visualization options.
6163

6264
## ##
63-
**SampleWeatherDashboard.mlx** [Open in MATLAB Online](https://matlab.mathworks.com/open/github/v1?repo=MathWorks-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=SampleWeatherDashboard.mlx)
65+
**SampleWeatherDashboard.mlx** [![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-Teaching-Resources/Programming-A-Starter-Project-Using-MATLAB-and-Python&project=MATLABwithPython.prj&file=SampleWeatherDashboard.mlx)
66+
6467
This script presents an example of a cleaned-up final product from following the directions in `CheckingTheWeather.mlx`. It uses a live script with Code Hidden to offer a pleasant user experience.
6568

6669
<img src="https://user-images.githubusercontent.com/88841524/175093931-32c092f4-5714-4642-ab25-442fbb0116d0.gif" width="500">

0 commit comments

Comments
 (0)