ewiger / mlab

Mlab is a high-level python to Matlab® bridge that lets Matlab look like a normal python library.
MIT License
74 stars 23 forks source link

Numpy Array converted to the type of cell in Matlab #17

Open xyc19970716 opened 4 years ago

xyc19970716 commented 4 years ago

Thanks to your cool project! But when i transports a 3D array to matlab function, it will translate to cell in Matlab. It is difficult for me to use in my scene. I just add cell2mat in my Matlab script now to produce final result. Can you transform it at the code level?