FreeMat Portable v4.2

webfork on 31 Jan 2014
  • 37MB (uncompressed)
  • Released on
  • Suggested by Emka

FreeMat is an environment for rapid engineering and scientific prototyping and data processing. Similar to commercial systems such as MATLAB from Mathworks and IDL from Research Systems, but is free and open source.

Category:
Runs on:Win2K / WinXP / Vista / Win7
Writes settings to: Application folder
Stealth: ? Yes
Path portability: Automatic compensation for dynamic drive letter in removable storage devices
License: GPL
How to extract: Download the self-extracting EXE to a folder of your choice. Launch FreeMatPortable.exe.
What's new?
  • FreeMat is now (hopefully) easier to build. The top level README.TXT includes instructions on how to build FreeMat on all three platforms (Linux, Mac OS X, and Mingw32)
  • Documentation has been migrated to doxygen
  • A number of improvements have been made to the JIT back end
  • 64-bit on all platforms
  • Fixed path detection problem on win32 (forward vs backward slashes)
  • Added ability to change the scrollback length via edit->preferences menu
  • Fixed diary command so that commands are echoed as well as their outputs
  • Fixed diary so that the commands are echoed as well as the outputs
  • Added fflush command
  • Added ctrl-w to clear the current line
  • Changed sort algorithm to a stable one
  • Fixed bug in linspace for linspace(0,60000,60001)
  • Patched ctypewrite to use new ctype names
  • Converted FFTW to estimate mode from measure mode - should fix problems with long FFT times for large FFTs
  • Added more diagnostic output to ctypefreeze
  • Added stack trace on errors, even when not in dbauto on mode
  • Improved the autoconfig script for mac builds
  • Finished ctype interface - works as expected
  • Moved loadlib and import to external documentation section
  • Added external section to the documentation
  • Changed the default mode for "image" command" to "scaled" instead of "direct". This is less compatible with MATLAB, but I don't think it's unreasonably so
  • Added "edit" command
  • Changed default type for zero function to double precision
  • Added imagesc command. Modified image command to show un-scaled images

1 comment on FreeMat Portable  The Portable Freeware Collection Latest Entries Feed

Gmacri 2010-10-29 10:53

FreeMat is an interpreted, matrix-oriented development environment for engineering and scientific
applications, similar to the commercial(expensive)package: MATLAB.

There are free clones of MATLAB available (totally legal and free) and can be downloaded from the web,
one of my favorites are FreeMat.
FreeMat is a free open source numerical computing environment and programming language,
similar to MATLAB and GNU Octave, is available for multiple operating systems, Windows, Linux and Mac
An advantage of Freemat is the convenient mechanism of loading shared libraries written by other
language (it features a codeless interface to external C, C++, and Fortran code)

Post your comment