|
1 | 1 | # Apress Source Code |
2 | 2 |
|
3 | 3 | This repository accompanies [*Python for MATLAB Development*](https://link.springer.com/book/10.1007/978-1-4842-7223-7) by Albert Danial (Apress, 2022). |
| 4 | +The blog series |
| 5 | +[Python is the Ultimate MATLAB Toolbox](https://al.danial.org/posts/python_is_the_ultimate_matlab_toolbox/) |
| 6 | +will contain selections from the book. |
4 | 7 |
|
5 | 8 | [comment]: #cover |
6 | 9 |  |
7 | 10 |
|
8 | | -Download the files as a zip using the green button, or clone the repository to your machine using Git. |
| 11 | +Download the files as a zip using the green button, |
| 12 | +or clone the repository to your machine using Git. |
| 13 | + |
| 14 | +## ``py2mat.m`` and ``mat2py.m`` |
| 15 | + |
| 16 | +MATLAB functions to convert arbitrary Python variables to |
| 17 | +native MATLAB variables and vice versa can be found in the ``code`` directory: |
| 18 | + |
| 19 | +* https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/py2mat.m |
| 20 | +* https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/mat2py.m |
| 21 | + |
| 22 | +## Material from the MATLAB Expo 2022 |
| 23 | + |
| 24 | +Slides and other files cited in the "Python for MATLAB Development" |
| 25 | +presentation at the [MATLAB Expo 2022](https://www.matlabexpo.com/online/2022.html) |
| 26 | +can be found in https://github.com/Apress/python-for-matlab-development/tree/main/matlab_expo_2022. |
9 | 27 |
|
10 | 28 | ## Releases |
11 | 29 |
|
12 | | -Release v1.0 corresponds to the code in the published book, without corrections or updates. |
| 30 | +Release v1.0 corresponds to the code in the published book, |
| 31 | +without corrections or updates. |
13 | 32 |
|
14 | 33 | ## Contributions |
15 | 34 |
|
16 | | -See the file Contributing.md for more information on how you can contribute to this repository. |
| 35 | +See the file Contributing.md for more information on how you can contribute to this repository. |
0 commit comments