https://github.com/zivlab/CellReg
Raw File
Tip revision: a252ea1ddb5cc57ed6aee042a514197e75bfa7f7 authored by Liron Sheintuch on 07 September 2017, 09:02:16 UTC
updated README file to latest version - v1.1.5.
Tip revision: a252ea1
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top