MATLAB Engine for python

I have successfully installed matlab.engine module in python.
But, i want to open a matlab file which is not in the same folder as that of python code. How to add path of such remote file and open it using matlab engine in python?

回答(2 个)

Manu Manuel
Manu Manuel 2020-3-6
编辑:Manu Manuel 2020-3-6

0 个投票

path = # specify your path
eng.addpath (path, nargout= 0 )

1 个评论

You may combine genpath with addpath to add the folder with all its subfolders too.
Sometimes, just eng.cd can be a good alternative.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Call MATLAB from Python 的更多信息

产品

版本

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by