TEAP (Toolbox for Emotion Analysis using Physiological Signals) doc
init.m
Go to the documentation of this file.
1 %Launches the toolbox
2 
3 %Where the toolbox is
4 [folder, ~, ~] = fileparts(mfilename('fullpath'));
5 folder(folder=='\')='/';
6 %Add all the folders of the toolbox
7 addpath(genpath(folder))
8 clear folder
9 
10 disp('TEAP loaded - Copyright 2016, TEAP contributors')
11 disp('This program comes with ABSOLUTELY NO WARRANTY')
12 disp('This is free software, and you are welcome to redistribute it')
13 disp('under the GPLv1 licence')
14 disp('Happy emotion analysis !')
15 
16 
17 
18 % The main documentation for TEAP, to be used by doxygen
19 % \mainpage TEAP
20 % \section What is TEAP ?
21 % \section Baby don't hurt me, no more
22 % XXX FIXME TODO write this. In progress