Skip to content
Snippets Groups Projects
Commit bce1fe9a authored by Eric Wait's avatar Eric Wait
Browse files

OpenDlg populates last choice

parent 768f16ac
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ switch answer ...@@ -116,7 +116,7 @@ switch answer
while(~goodLoad) while(~goodLoad)
fprintf('Select .mat data file...\n'); fprintf('Select .mat data file...\n');
[settings.matFile,settings.matFilePath,filterIndexMatFile] = uigetfile([settings.matFilePath '*.mat'],... [settings.matFile,settings.matFilePath,filterIndexMatFile] = uigetfile([settings.matFilePath '*.mat'],...
'Open Data'); 'Open Data',[settings.matFilePath settings.matFile]);
if (filterIndexMatFile==0) if (filterIndexMatFile==0)
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment