Matlab Function into Python
1 回表示 (過去 30 日間)
古いコメントを表示
You can call a matlab function in python by putting eng.function, but how do you call a personal function you made in matlab such as "getCityNames"
0 件のコメント
回答 (1 件)
Mohith Kulkarni
2020 年 8 月 28 日
You can call user scripts from python in the same way. You have to save the MATLAB script in the current folder and call it from python using "eng.scriptname". Refer to the following link.
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!