Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bdgrier committed Feb 7, 2021
1 parent b892f40 commit 323df2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions whole_cell_analysis.m
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@
% specific experiment folders can be navigated to within the GUI

% open folder selection window and set selected folder at the root diretory
% rootDir = uigetdir(pwd,'Choose root directory.');
% cd(rootDir);
rootDir = uigetdir(pwd,'Choose root directory.');
cd(rootDir);

%% get screen dimensions
% obtain information to assist in dynamically creating the GUI
Expand Down
Binary file modified whole_cell_analysis.mlappinstall
Binary file not shown.

0 comments on commit 323df2b

Please sign in to comment.