Skip to content

Commit

Permalink
updated Main.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil-An committed Jan 22, 2021
1 parent 552cba8 commit da474bb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Main.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
cd('C:\Users\Philip\Documents\MATLAB\new\CellMatch')
% Add all sub-folders
%ddpath(genpath('./'))
% Please do not forget to download required 3rd party software described in
% README.md

% Add required folders
addpath('./')
addpath('./functions')
addpath(genpath('C:\Users\Philip\Documents\MATLAB\CellMatch\functions\3rd party'))

% Load manually derived parameters for the Sample data
load('Sampledata.mat')
%% Process in vivo Ca2+ imaging data
Expand Down

0 comments on commit da474bb

Please sign in to comment.