Skip to content
Snippets Groups Projects
Commit bc917d86 authored by Nathan Spaeth's avatar Nathan Spaeth
Browse files

Merge branch 'MultiCellTypes' of 129.89.58.155:c:/gitroot/LEVer into origin_MultiCellTypes

parents 6de74b29 bce1fe9a
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