https://github.com/zivlab/CellReg
Raw File
Tip revision: 5d71f8cb3e72793372af3f28c0860be4aad4e792 authored by Liron Sheintuch on 20 February 2018, 10:28:48 UTC
updated README file.
Tip revision: 5d71f8c
setup.m
CellReg_directory=fileparts(which('setup.m'));
addpath(genpath(fullfile(CellReg_directory,'CellReg')));
addpath(genpath(fullfile(CellReg_directory,'GUI')));
savepath();
back to top