diff --git a/bashscripts/runOnEciton.bash b/bashscripts/runOnEciton.bash index 5966ef3..a8d2f39 100755 --- a/bashscripts/runOnEciton.bash +++ b/bashscripts/runOnEciton.bash @@ -7,4 +7,4 @@ #sed 's,\./,,g' -i dirs.txt #sed '/^[[:blank:]]*$/d' -i dirs.txt -matlab < /home/hohlochj/masterarbeit/usedMcode/callAll.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-allDefault3Syn.log +matlab < /home/hohlochj/masterarbeit/usedMcode/callAll.m > /nfs/wsi/ti/messor/hohlochj/log/$(date +%y-%m-%d--%T)-allDefault3SynTest.log diff --git a/usedMcode/callAll.m b/usedMcode/callAll.m index 2459b0c..9f54ea8 100644 --- a/usedMcode/callAll.m +++ b/usedMcode/callAll.m @@ -6,8 +6,8 @@ EMGChannels={'AbdPolLo','Biceps','Triceps','FrontDelt','MidDelt','BackDelt'}; noSynergies=3; -allSubjects=true; %run all subjects and days or only one random day for one random subject -name='default3Syn'; %suffix for the output, has to be valid name for file (no space, /, ...) +allSubjects=false; %run all subjects and days or only one random day for one random subject +name='default3SynTest'; %suffix for the output, has to be valid name for file (no space, /, ...) windowEMG=0.2; windowEEG=1; shiftEMG=0.05;