Changeset 423
- Timestamp:
- May 14, 2012, 11:25:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r421 r423 228 228 229 229 %% set functions for the mouse and keyboard 230 set(handles.histo_u,'NextPlot','replacechildren');230 % set(handles.histo_u,'NextPlot','replacechildren'); 231 231 set(handles.histo_v,'NextPlot','replacechildren'); 232 232 set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function … … 4743 4743 web(helpfile); 4744 4744 end 4745 4746 4747 % --- Executes on slider movement. 4748 function slider7_Callback(hObject, eventdata, handles) 4749 % hObject handle to slider7 (see GCBO) 4750 % eventdata reserved - to be defined in a future version of MATLAB 4751 % handles structure with handles and user data (see GUIDATA) 4752 4753 % Hints: get(hObject,'Value') returns position of slider 4754 % get(hObject,'Min') and get(hObject,'Max') to determine range of slider 4755
Note: See TracChangeset
for help on using the changeset viewer.