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
- DATTES is ready to use
To check whether DATTES has installed properly, you can run the tests scripts (tests folder).
To run these tests you will need some experimental data, for example Second life battery databank or CALCE databank.
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
- DATTES is ready to use
To check whether DATTES has installed properly, you can run the tests scripts (tests folder).
To run these tests you will need some experimental data, for example Second life battery databank or CALCE databank.
Before you start contributing to DATTES, please read the contributing guidelines.
First examples
You can learn how to use DATTES thanks to :