Matlab Function into Python

2 次查看(过去 30 天)
Zen Matychak
Zen Matychak 2020-8-25
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"

回答(1 个)

Mohith Kulkarni
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.

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by