transplant
transplant copied to clipboard
Directory error on a remote machine
Hi, I am trying to use the transplant module in a remote linux machine. Matlab is already installed there. How can I give the directory to the installed matlab in the remote machine? I get the floowing error after importing the module.
Best,
eng = transplant.Matlab()
Traceback (most recent call last):
File "
As per the README:
If you want to use a different version of Matlab, or
matlab
is not in PATH, useMatlab(executable='/path/to/matlab')
.