Fixed a typo

This commit is contained in:
ShanMukha Innovations
2018-08-06 17:12:42 +05:30
parent 55bdc58d78
commit 7f5f66300a

View File

@@ -271,7 +271,7 @@ c= get(hObject,'String')
[filename,pathname, FILTERINDEX] = uigetfile( ...
{strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ...
'MultiSelect', 'on', 'Selet the Calibration image', handles.path);
'MultiSelect', 'on', 'Select the Calibration image', handles.path);
handles.ref_file=[];
if FILTERINDEX==1
handles.ref_file = strcat(pathname, filename);
@@ -330,7 +330,7 @@ c= get(hObject,'String')
[filename,pathname, FILTERINDEX] = uigetfile( ...
{strcat('*', handles.Ext), strcat(handles.Ext,'-files') }, ...
'MultiSelect', 'on', 'Selet the Calibration image', handles.path);
'MultiSelect', 'on', 'Select the Calibration image', handles.path);
handles.ref_file=[];
if FILTERINDEX==1
handles.ref_file = strcat(pathname, filename);