Skip to content

Commit 36a0132

Browse files
committed
Add Open in MATLAB Online links
1 parent f695b5f commit 36a0132

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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)
4+
35
**Curriculum Module**
46
_Created with R2022a. Compatible with R2022a and later releases._
57

@@ -32,7 +34,7 @@ These ideas are all presented with interactive examples in
3234
## Details ##
3335

3436
## ##
35-
**UsingMATLABwithPython.mlx**
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)
3638
This script introduces the Run Python Code Live Task, as well as walking through checking that an appropriate version
3739
of Python is installed and visible to MATLAB.
3840

@@ -45,7 +47,7 @@ In this script, students will...
4547
- try running Python commands and a Python script from MATLAB.
4648

4749
## ##
48-
**CheckingTheWeather.mlx**
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)
4951
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.
5052

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

6062
## ##
61-
**MyWeatherDashboard.mlx**
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)
6264
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.
6365

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

0 commit comments

Comments
 (0)