Skip to content

Commit 249d96a

Browse files
committed
links to py2mat.m, mat2py.m
1 parent e56cbe3 commit 249d96a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,10 @@ billioners = df2t(pySeries);
7171
billioners([2:3],:)
7272
```
7373
![table2](Figures/table4.png)
74+
75+
## Related Utilities
76+
77+
[``py2mat.m``](https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/py2mat.m)
78+
and
79+
[``mat2py.m``](https://github.com/Apress/python-for-matlab-development/blob/main/code/matlab_py/mat2py.m)
80+
convert generic Python variables to Matlab variables and vice versa.

0 commit comments

Comments
 (0)