Calling python while program execution in matlab
Afficher commentaires plus anciens
Hi there,
I would like to run my matlab code (assume in a for loop), and during each iteration of that loop call a python code and again come back to matlab.
Is such a thing possible?
P.S. consider the following simple example
for k = 1 : 7
% send "k" to python and pause matlab code
% execute python code (for example the code sends back weekday from python to matlab) and continue the code
end
Please provide a simple example (wether from python side to connect with matlab or wise versa).
Réponses (1)
ES
le 22 Jan 2021
0 votes
Please try Python Engine for MATLAB.
What you intend is fully achievable. https://in.mathworks.com/help/matlab/matlab-engine-for-python.html
1 commentaire
Sajjad Asefi
le 22 Jan 2021
Modifié(e) : Sajjad Asefi
le 22 Jan 2021
Catégories
En savoir plus sur Call Python from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!