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.
Signal Processing
Filter design, spectral analysis, and signal transforms. The most commonly migrated MATLAB toolbox.
Statistics
Statistical distributions, hypothesis testing, and regression. Maps to scipy.stats and pandas.
Image Processing
Image filtering, segmentation, and morphological operations. Maps to scikit-image and OpenCV.
Optimization
Nonlinear optimization, root finding, and linear programming. Maps to scipy.optimize.
Control Systems
Transfer functions, state space models, and frequency domain analysis. Maps to python-control.
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.