Changeset 231 for trunk/src/view_field.m
- Timestamp:
- Apr 5, 2011, 12:46:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r220 r231 733 733 hhuvmat=guidata(huvmat); 734 734 list_object_2=get(hhuvmat.list_object_2,'String'); 735 set(hhuvmat.list_object_2,'Value', numel(list_object_2))%select the last value ('...')735 set(hhuvmat.list_object_2,'Value',1)%select the last value ('...') 736 736 end 737 737 delete(hObject)
Note: See TracChangeset
for help on using the changeset viewer.