Closed ha7ilm closed 5 years ago
Replacing those two lines with pass fixed Calysto#121 for me, although it does not look good to remove error handling there. Returning __matlab at the end of _matlab fixed Calysto#123 for me. My MATLAB version is 9.5.0.944444 (R2018b)
pass
__matlab
_matlab
9.5.0.944444 (R2018b)
After the fix, MATLAB errors look like this for me:
Thanks! I'll make a release with this fix tomorrow morning
Released as 0.16.7, cheers!
Sounds goods! Thanks!
Replacing those two lines with
pass
fixed Calysto#121 for me, although it does not look good to remove error handling there.Returning
__matlab
at the end of_matlab
fixed Calysto#123 for me.My MATLAB version is
9.5.0.944444 (R2018b)