Notes: To use this or any other codec, you must have RL-Glue Core installed first.
Available Downloads
This is a platform-independent RL-Glue codec written in Matlab. This codec builds on the Java codec to provide its functionality, so Matlab must be run with the Java Virtual Machine enabled (this is the default). There is an automated installer script in Matlab that will add the RL-Glue m-files and Java classes to your path so they can be used easily by your Matlab programs. It should install on most Linux and Unix platforms, including Mac OS X and on Microsoft Windows.
Quick Install
```bash
Unpack the files
tar -zxf matlab-codec-1.05.tar.gz
Start Matlab
Change to unpacked directory
cd /path/to/matlab-codec-1.05
Install the Codec
installRLGlue()
```
Official Documentation
Matlab Codec Homepage
For more information about the Matlab codec, and others, please visit the RL-Glue homepage: http://glue.rl-community.org
And the Matlab Codec Homepage: http://glue.rl-community.org/Home/Extensions/matlab-codec
Past Versions
To list all past versions of the Matlab codec, go here: http://code.google.com/p/rl-glue-ext/downloads/list?q=language:Matlab