https://github.com/zivlab/CellReg
Raw File
Tip revision: 385c02e9f58a44213ae5cea9cf3b1f41486a91c8 authored by Liron Sheintuch on 19 March 2018, 08:23:08 UTC
updaded README file to new version.
Tip revision: 385c02e
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top