Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Calling a python function in matlab

1 vue (au cours des 30 derniers jours)
Wilhelm Rpprt
Wilhelm Rpprt le 17 Août 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hi Community
Because the Corona stuff, I was forced to relocate my research from laser experimenting and lab work to matlab. Ive never really used it and now face a problem that I cannot solve.
Initially I would like to translate a PythonScript to Matlab, but for me that is an inpossiblity. So the next approach would be to call a python function in matlab and return a value. In specific: I am rearranging an array of variable length (one dimensional) [ ExampleArray(x,1) ] to optimize a process I am working with.
Could someone help me perform the task? I need to be able to pass an Array(x,1) to my pythonFunction and use the created output Array again in matlab.
I would be very happy if you could help me to setup the syntax for for calling and using the python function, since I have zero clue how to do that.
Thank you very much in advance

Réponses (1)

Prabhanjan Mentla
Prabhanjan Mentla le 21 Août 2020
Hi,
I would definitely encourage you to go through this link. You can find the code as well in the Related Resources Section of the link.
The above link will help you even with syntax and calling the python function and getting back the desired output from python script.
Make sure to see check this link as it may help after getting started.
Hope this helps.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by