
FreeMat is an environment for rapid engineering and scientific processing. It is similar to commercial systems such as MATLAB from Mathworks and IDL from Research Systems, but is Open Source. The present version includes a number of bug fixes and some cleaned up tests and documentation.
v4.0 [Oct 12, 2009]
List of changes:
- Improved Editor with integrated debugger
- Improved Main Application UI with dockable workspace browser and command history
- Just In Time compiler (enabled by default)
- Greatly improved compatibility with Matlab (over 366 compatibility tests pass)
- Dynamic linking with BLAS (users can use custom optimized BLAS libraries)
- Vectorized fprintf, sprintf, fscanf, sscanf functions
- Added patch handle graphics object
- Much faster figure drawing
- Ability to handle huge arrays (more than 2GB) when compiled under 64 bit OS
- Code profiler