Info

此问题已关闭。 请重新打开它进行编辑或回答。

Calling a python function in matlab

1 次查看(过去 30 天)
Wilhelm Rpprt
Wilhelm Rpprt 2020-8-17
关闭: MATLAB Answer Bot 2021-8-20
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

回答(1 个)

Prabhanjan Mentla
Prabhanjan Mentla 2020-8-21
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.

此问题已关闭。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by