We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e56cbe3 commit 249d96aCopy full SHA for 249d96a
README.md
@@ -71,3 +71,10 @@ billioners = df2t(pySeries);
71
billioners([2:3],:)
72
```
73

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