ニュース

LiberMate will attempt to convert MATLAB source files to python. The MATLAB files must end with .m and the translated python code will be written to python files, of the same name but ending with .py.
Matlab arrays are auto-magically resized on out-of-bounds update. Deprecated, this feature is widely used in legacy code. Supporting this feature is hard both in python and in fortran.