This section describes how to install DATTES and how to start using it.
Requirements
DATTES works with Matlab and Octave. None Toolboxes are needed
Installation
User install
- Download a release of DATTES (preferably the latest one)
- Open Matlab or Octave and change the working folder to reach DATTES
- Run
initpath_dattes.m
This script adds all DATTES’ code folders to your Path.
- Run
demo_dattes.m
This script helps you to get some experimental data and shows you the main features of DATTES.
This script can be also used to test your install, if no errors are found, DATTES is ready to use.
Developer install
If you wish to contribute to DATTES, you should get the latest version from the Gitlab repository. To do so, you must have git installed, see official site for download and install intructions.
- Clone the DATTES repository:
git clone https://gitlab.com/dattes/dattes.git
- Open Matlab or Octave and change the working folder to reach DATTES
- Run
initpath_dattes.m
- Run
demo_dattes.m
Before you start contributing to DATTES, please read the contributing guidelines.
First examples
You can learn how to use DATTES thanks to :