Changeset 361 for trunk/src/series/check_data_files.m
- Timestamp:
- Jan 9, 2012, 8:26:06 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/check_data_files.m
r340 r361 134 134 end 135 135 Tabchar(1,i_slice)={['slice #' num2str(i_slice)]}; 136 Tabchar(index+1,i_slice)={[file ' 136 Tabchar(index+1,i_slice)={[file '...' lastfield]}; 137 137 end 138 138 end … … 165 165 set(hfig,'name',['view= ' num2str(iview)]) 166 166 167 h=uicontrol('Style','listbox', 'Position', [20 20 500 300], 'String', Tabchar, 'Callback', @ncbrowser_uvmat);167 h=uicontrol('Style','listbox', 'Position', [20 20 500 300], 'String', Tabchar, 'Callback', {'open_uvmat'}); 168 168 hh=uicontrol('Style','listbox', 'Position', [20 340 500 40], 'String', message); 169 169 end
Note: See TracChangeset
for help on using the changeset viewer.