https://github.com/zivlab/CellReg
Raw File
Tip revision: 560f4b8513ffc05664ca950cb702e5659d07ed49 authored by Liron Sheintuch on 19 March 2018, 14:46:34 UTC
fixed enabled state of rotation and smoothness fields.
Tip revision: 560f4b8
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top