Skip to content
Snippets Groups Projects
Commit b9cc5aa4 authored by Mark Winter's avatar Mark Winter
Browse files

Fix for exception handling in open data.

parent d547693c
Branches
Tags
No related merge requests found
......@@ -127,7 +127,7 @@ switch answer
load([settings.matFilePath settings.matFile]);
fprintf('\nFile open.\n\n');
catch exception
errordlg(['Unable to open data: ' exception.msgString]);
errordlg(['Unable to open data: ' exception.message]);
return
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment