Open
Description
When I run
x = numpy.random.random((3,2))
y_m = eng.my_matlab_fun(x)
I meet the error:
Traceback (most recent call last):
File "", line 1, in
File "/root/miniconda3/envs/hirdiff/lib/python3.9/site-packages/matlab/engine/matlabengine.py", line 64, in call
future = pythonengine.evaluateFunction(self._engine()._matlab,
TypeError: unsupported Python data type: numpy.ndarray
Metadata
Metadata
Assignees
Labels
No labels