Borrar filtros
Borrar filtros

Calling a python function from Matlab. Specific function error.

1 visualización (últimos 30 días)
Rahaf Alenezi
Rahaf Alenezi el 8 de Dic. de 2018
Comentada: chandralekha ch el 6 de Jun. de 2019
Hello,
I am trying to call a python function in matlab. I tried the example provided in mathworks website which has a file called mymod.py and a function search. I have another file with another function I want to run.. both in the same location.
The mymod.py seems to work perfectly.. but the python file I have keeps giving me this error Undefined variable "py" or class
"py.four.trainNetwork".
I do have to mention that this python code imports from pybrain which is installed on my computer.
I am running matlab on a mac.
Thanks.
  1 comentario
chandralekha ch
chandralekha ch el 6 de Jun. de 2019
hello,
I got the same error as "py.four.trainNetwork", im unable to debug this can u please help me out of these,i have installed pybrain and also its giving same error
I am running matlab on a windows.

Iniciar sesión para comentar.

Respuestas (1)

Saumya Goel
Saumya Goel el 18 de Dic. de 2018
As per my understanding, this error message might occur due to some issue in user defined python script. You can try the below command:
>> py.importlib.import_module('ScriptName')
Also, you can go through this MATLAB documentation page, which suggests other possible reasons for the mentioned error message.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by