How to get and install COPODA in the lastest version ?
- Go into your Matlab toolbox folder and type:
svn checkout http://copoda.googlecode.com/svn/trunk/ copoda-package
This command will create a directory named copoda-package with two subfolders: copoda and odata.
- cd to the folder: copoda-package/copoda
- Launch Matlab from there,
- At the Matlab prompt, run the following script: copoda_install
And let the routine installs the package for you, you should be all set afterward ...
How to update ?
- cd to the folder: copoda-package or where ever you downloaded the code using svn
- simply type:
svn update
Troubles
May be you already check out the code using the tab source/checkout instructions. In this case, your copy of the code is under copoda-read-only and not copoda-package. Skip steps 1 and 2, cd to folder copoda-read-only/copoda and follow the rest of the instructions.