File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ There are three main steps for generating a functional Waveclus docker image:
2020- Git clone or Download waveclus [ source code] ( https://github.com/csn-le/wave_clus )
2121- Open Matlab
2222- Set Matlab's workspace folder to ` /path/to/spikeinterface-dockerfiles/waveclus-compiled `
23- - Run ` mcc ` command with ` waveclus_compiled.m ` as base and adding path to git cloned waveclust :
23+ - Run ` mcc ` command with ` waveclus_compiled.m ` as base and adding path to git cloned waveclus :
2424``` matlab
2525>> mcc -m waveclus_compiled.m -a <git-cloned-path>/wave_clus
2626```
Original file line number Diff line number Diff line change 1- function waveclust_compiled (outputFolder )
1+ function waveclus_compiled (outputFolder )
22
33 % par.mat file should contain a variable called par_input
44 load(fullfile(outputFolder , ' par_input.mat' ));
You can’t perform that action at this time.
0 commit comments