Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Calling a python function in matlab

1 Ansicht (letzte 30 Tage)
Wilhelm Rpprt
Wilhelm Rpprt am 17 Aug. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 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

Antworten (1)

Prabhanjan Mentla
Prabhanjan Mentla am 21 Aug. 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.

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by