-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetpath.m
16 lines (14 loc) · 876 Bytes
/
setpath.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This script adds paths of functions and data files into Matlab.
% It has to be run everytime you start Matlab
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Laptop--home
addpath('C:\Users\dykua\Google Drive\Matlab Package\XuBang')
addpath('C:\Users\dykua\Google Drive\Matlab Package\XuBang\paper 2')
addpath('C:\Users\dykua\Google Drive\Matlab Package\XuBang\paper 2\data')
addpath('C:\Users\dykua\Google Drive\Matlab Package\XuBang\paper 2\data_processed')
% Laptop--office
% addpath('C:\Users\Dongyang\Google Drive\Matlab Package\XuBang')
% addpath('C:\Users\Dongyang\Google Drive\Matlab Package\XuBang\paper 2')
% addpath('C:\Users\Dongyang\Google Drive\Matlab Package\XuBang\paper 2\data')
% addpath('C:\Users\Dongyang\Google Drive\Matlab Package\XuBang\paper 2\data_processed')