Filter löschen
Filter löschen

Running MatLab in Python error

1 Ansicht (letzte 30 Tage)
syntheso
syntheso am 28 Nov. 2019
Kommentiert: syntheso am 1 Dez. 2019
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?

Antworten (1)

Jesus Sanchez
Jesus Sanchez am 28 Nov. 2019
Have you tried to delete that "r" that is just before your path?
  3 Kommentare
Jesus Sanchez
Jesus Sanchez am 30 Nov. 2019
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 am 1 Dez. 2019
I'm using Mac, so you don't need to do that. /Users/ is the standard top level you need to go to.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call MATLAB from Python finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by