Skip to content

Commit d2d097b

Browse files
committed
link to py2mat.m, mat2py.m, Expo 2022 slides
1 parent 5c8a5ba commit d2d097b

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

README.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,35 @@
11
# Apress Source Code
22

33
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.
47

58
[comment]: #cover
69
![Cover image](9781484272237.jpg)
710

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.
927

1028
## Releases
1129

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.
1332

1433
## Contributions
1534

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

Comments
 (0)