Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.7 KB

Apress Source Code

This repository accompanies Python for MATLAB Development by Albert Danial (Apress, 2022). The blog series Python is the Ultimate MATLAB Toolbox will contain selections from the book.

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

py2mat.m and mat2py.m

MATLAB functions to convert arbitrary Python variables to native MATLAB variables and vice versa can be found in the code directory:

df2t.m and t2df.m

Pandas dataframe to and from MATLAB table converters, conceptually similar to py2mat.m and mat2py.m, can be found at Artem Lenskiy's PandasToMatlab project.

MATLAB Expo 2022

I gave a presentation, Python for MATLAB Development, (video, 24 minutes) on May 17 at the MATLAB Expo 2022.

Slides and other files cited in the presentation can be found in https://github.com/Apress/python-for-matlab-development/tree/main/matlab_expo_2022.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.