Documentation
Instructions for downloading and installing the
software: [ PDF ]
Note: For simplicity and clarity, the code provided on
this website is a stripped-down version of the one used for performing the
full set of experiments in our workshop paper, retaining only the best
configuration (B*).
Frequently Asked Questions
Ver 0.1
-
Some functions seem to be missing, like 'mvnrnd'.
Why?
Make sure you have the required Matlab packages installed,
including the standard Statistics Toolbox.
-
Why do I get an error on line 41 of 'TrackLee'?
Matlab 6.5 does not like function calls without parameters, so you
would have to remove the parentheses on line 41. This is not a problem in
Matlab 7.0.
Also, check the bug fixes that have occurred in later
versions on the New Releases page.
