Matlab Function into Python

4 vues (au cours des 30 derniers jours)
Zen Matychak
Zen Matychak le 25 Août 2020
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"

Réponses (1)

Mohith Kulkarni
Mohith Kulkarni le 28 Août 2020
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.

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by