https://github.com/zivlab/CellReg
Raw File
Tip revision: 91372c1bfbc835fabb4a479502f927ad6d44644d authored by Liron Sheintuch on 20 March 2018, 10:22:59 UTC
updated README file to new version.
Tip revision: 91372c1
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top