arokem / python-matlab-bridge

A simple Python => MATLAB(R) interface and a matlab_magic for ipython
BSD 2-Clause "Simplified" License
332 stars 97 forks source link

Always make cell array of function arguments #265

Closed ovidner closed 2 years ago

ovidner commented 2 years ago

Fixes #228. This seems to work for my use-cases and passes the tests, but let me know if there are any edge-cases that breaks because of this.