Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 384 Bytes

essential

Useful Matlab MEX functions, mainly to speed things up

Installation

  • Compile MEX files, by running make. This produces DLL files.
  • Copy all DLL and *.m files somewhere into your Matlab path.

How to use it

The functions are explained in the help texts. Part of the essential package is the fst package, which has some documentation in fst_overview.txt.