Running MatLab in Python error

1 次查看(过去 30 天)
syntheso
syntheso 2019-11-28
评论: syntheso 2019-12-1
I am trying to follow the advice here to execute a custom Matlab function in Python.
Running the following code in Python (Spyder):
import matlab.engine
eng = matlab.engine.start_matlab()
eng.addpath(r'/Users/username/Desktop/spiray_array_model/matlab',nargout=0)
gives me this error:
Warning: Name is nonexistent or not a directory
I can confirm that '/Users/username/Desktop/spiray_array_model/matlab' is indeed a directory.
Is this because I am running from an IDE (Spyder) ? Or am I missing something else?

回答(1 个)

Jesus Sanchez
Jesus Sanchez 2019-11-28
Have you tried to delete that "r" that is just before your path?
  3 个评论
Jesus Sanchez
Jesus Sanchez 2019-11-30
Then the only reason that I can think of is that something is missing. Try to write the full path, including 'C: ...' or whichever directory your folder is into.
syntheso
syntheso 2019-12-1
I'm using Mac, so you don't need to do that. /Users/ is the standard top level you need to go to.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Call MATLAB from Python 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by