Skip to content
Permalink
Browse files
Fix #1
  • Loading branch information
hjkuijf committed Feb 2, 2021
1 parent 2f272d8 commit 20e7257
Showing 1 changed file with 5 additions and 0 deletions.
@@ -86,6 +86,11 @@ function OpenImage_Callback(hObject, eventdata, handles)
if isempty(filename)||length(filename)<=1
return;
end

if isa(filename, 'char') % only 1 file selected
filename = cellstr(filename);
end

Dir=cell(length(filename),1);

for i=1:length(filename)

0 comments on commit 20e7257

Please sign in to comment.