from python to matlab
古いコメントを表示
i have python code how can i translate it to matlab?
thank you
回答 (1 件)
Rik
2021 年 12 月 11 日
0 投票
You have three options.
- Re-implement the entire functionality in Matlab. There is no automatic conversion possible.
- Call you Python code from within Matlab.
- Call Matlab from within Python.
2 件のコメント
RADWAN A F ZEYADI
2021 年 12 月 11 日
Rik
2021 年 12 月 11 日
I can imagine what reshape does, but you'll have to explain what the rest of this command is doing.
カテゴリ
ヘルプ センター および 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!