Matlab Function into Python
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
Mohith Kulkarni
il 28 Ago 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.
0 Commenti
Vedere anche
Categorie
Scopri di più su Call Python from MATLAB in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!