Skip to content

Commit

Permalink
Renaming the Code folder
Browse files Browse the repository at this point in the history
  • Loading branch information
gzhang committed Aug 12, 2021
1 parent 60e017c commit 805bbe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/toDataDIR.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ function toDataDIR()
thisFunctionFullPath = mfilename('fullpath');

% get the name of the directory where this function is
CodesDIR = fileparts(thisFunctionFullPath);
CodeDIR = fileparts(thisFunctionFullPath);

% change to the Codes folder
cd(CodesDIR)
cd(CodeDIR)

% change to the Data folder
cd(fullfile('..','Data'));
Expand Down

0 comments on commit 805bbe6

Please sign in to comment.