python-matlab-bridge
python-matlab-bridge copied to clipboard
command "importdata" causes an error
Hi,
Thank you for your very helpful work.
I successfully used it to call a matlab script from a pyhton program.
However, as soon as I include the MATLAB command "importdata", I got an error.
I copy below the complete error message:
Traceback (most recent call last):
File "./solver.py", line 72, in
Hope you can help me with that.