Convert matlab code to Python.
19 views (last 30 days)
Show older comments
I would like to ask if it possible to convert MATLAB code which has more than file.m and file.mat to Python version?
Answers (1)
Selva Karna
on 14 Jan 2020
Mohammad , MATLAB to Python :
Step 1: Develop your own MATLAB Code as MATLAB Function
Step 2: Enter the command on command window
command: deploytool
Step 3:
Select python package
Step 4:
Export your package
Link:
https://in.mathworks.com/help/compiler_sdk/gs/create-a-python-application-with-matlab-code.html
0 Comments
See Also
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!