Changeset 620 for trunk/src/uigetfile_uvmat.m
- Timestamp:
- Apr 25, 2013, 10:25:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uigetfile_uvmat.m
r617 r620 82 82 if ~strcmp(option,'status_display') 83 83 uiwait(hfig) 84 if ishandle(hfig) 84 85 htitlebox=findobj(hfig,'Tag','titlebox'); 85 86 fileinput=get(htitlebox,'String');% retrieve the input file selection 86 87 delete(hfig) 88 end 87 89 end 88 90
Note: See TracChangeset
for help on using the changeset viewer.