MATLAB Toolbox to Python Mapping

Each MATLAB toolbox has a Python equivalent. These pages map every function to its Python counterpart with the correct import statement and usage notes.

Not seeing your toolbox?

The converter also detects Symbolic Math (SymPy), Wavelets (PyWavelets), and Curve Fitting (scipy.interpolate) functions. If your code uses an unmapped toolbox function, the converter flags it with a TODO comment pointing you to the right Python library.