You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Programming: A Starter Project Using MATLAB with Python
2
2
[](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
+
3
5
**Curriculum Module**
4
6
_Created with R2022a. Compatible with R2022a and later releases._
5
7
@@ -32,7 +34,7 @@ These ideas are all presented with interactive examples in
32
34
## Details ##
33
35
34
36
## ##
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)
36
38
This script introduces the Run Python Code Live Task, as well as walking through checking that an appropriate version
37
39
of Python is installed and visible to MATLAB.
38
40
@@ -45,7 +47,7 @@ In this script, students will...
45
47
- try running Python commands and a Python script from MATLAB.
46
48
47
49
## ##
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)
49
51
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.
@@ -58,7 +60,7 @@ In this script, students will...
58
60
unit conversions, and data visualization options.
59
61
60
62
## ##
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)
62
64
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.
0 commit comments