Convert matlab code to Python.
17 ビュー (過去 30 日間)
古いコメントを表示
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
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Call Python from MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!