Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Calling a python function in matlab

1 visualizzazione (ultimi 30 giorni)
Wilhelm Rpprt
Wilhelm Rpprt il 17 Ago 2020
Chiuso: MATLAB Answer Bot il 20 Ago 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

Risposte (1)

Prabhanjan Mentla
Prabhanjan Mentla il 21 Ago 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.

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by