Mercurial > hg > camir-ismir2012
diff editme_startup.m @ 0:cc4b1211e677 tip
initial commit to HG from
Changeset:
646 (e263d8a21543) added further path and more save "camirversion.m"
author | Daniel Wolff |
---|---|
date | Fri, 19 Aug 2016 13:07:06 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/editme_startup.m Fri Aug 19 13:07:06 2016 +0200 @@ -0,0 +1,35 @@ +% --- +% startup.m local +% this is the place to set system-specific parameters and paths +% --- + +global globalvars; + +% --- +% @TODO: PLEASE insert your absolute path to the folder containing this +% script +% --- + my_path = 'C:\_danielwolff\_documents\coding\matlab\music_research_branches\ISMIR2012'; + +% --- +% Add Toolboxes +% --- +addpath(my_path); + +addpath(genpath([my_path '/toolboxes/bioakustik_tools'])) +addpath(genpath([my_path '/toolboxes/graph_visualisation/graphViz4Matlab/util'])) + +addpath(pathsdiff(genpath([my_path]),... + '.svn')); + +% smv-light +addtosystempath([my_path '/toolboxes/SVM-light']); + + +globalvars.tstaudiopath = [my_path '/features']; +globalvars.mfilepath = ''; +globalvars.tstoutputpath = [my_path '/features']; +globalvars.systemslash = filesep; + +cd ('core'); +startup_music_research;