Convert matlab code to Python.

71 次查看(过去 30 天)
Mohammad Almekami
Mohammad Almekami 2020-1-13
评论: Puma 2024-4-16,13:20
I would like to ask if it possible to convert MATLAB code which has more than file.m and file.mat to Python version?

回答(1 个)

Selva Karna
Selva Karna 2020-1-14
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

类别

Help CenterFile Exchange 中查找有关 Call Python from MATLAB 的更多信息

产品


版本

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by