%
% 
% 
subdirs={'doc', 't200_FileAccess', 't210_Events', 't250_ArtifactPreProcessingQualityControl', 't300_FeatureExtraction', 't330_StimFit', 't340_MachineLearningOptimalDetection', 't400_Classification', 't450_MultipleTestStatistic', 't490_EvaluationCriteria', 't500_Visualization', 't501_VisualizeCoupling'};

addpath (fullfile (fileparts (mfilename ('fullpath')), subdirs){:});

% try adding recommended packages that used in some packages. 
try
	pkg load general
end
try
	pkg load signal
end
try
	pkg load statistics
end
try
	pkg load tsa
end
try
	pkg load nan
end

