Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
setpref('cellbase','datapath',datapath);
%this may be annoying functionality
%changes the path of fname to the new path
[pathstr,name,ext,v] = fileparts(fname);
[~,name,ext] = fileparts(fname);
fname = fullfile(datapath,[name ext]);
f = uigetfile({'*.mat','MAT-files (*.mat)'},'Select the main database file',fname);
if f ~=0
Expand Down