transplant icon indicating copy to clipboard operation
transplant copied to clipboard

Transplant is an easy way of calling Matlab from Python

Results 20 transplant issues
Sort by recently updated
recently updated
newest added

When I use the command "matlab = transplant.Matlab()",the error "Error loading libzmq" occur in matlab command window. Error in matlab command window: Error loading libzmq: unable to preprocess input file....

Hi, I am trying to just start a matlab instance with transplant.Matlab(), but the operation fails due to a recursion depth error. Do you know what my problem is likely...

When I run the following command the STDOUT from Matlab is not transferred: ```python S = {'a':1.0} mlab.disp(S) ``` Strangely, I get the output later after running a few more...

- added class name check - changed length() to numel() in as it is faster and more reliable in MATLAB

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...

Hello, I am trying to use transplant to open a python app that uses matlab runtime 2017a. i have editted the search paths for libzmq to include the locations where...

Dear Bastian, First, thank you for providing pysoundfile, the libsoundfile interface is a blessing. The 0.9 docs appear to be out of synch with the 0.9 pip distribution. The current...

08478bbe8ab42777ff0cc7b893cda29ab6f05212: This fails when a class method name is identical to a function on the MATLAB search path. For example calling the method `myclass.plot()`, nargout will return the number of...

As per #46: calling a chain of functions on large matrices or other objects makes transferring large amount of data multiple times between python and matlab, e.g. ```python A =...