Changeset 423 for trunk/src/uvmat.m


Ignore:
Timestamp:
May 14, 2012, 11:25:57 PM (12 years ago)
Author:
sommeria
Message:

uvmat modified for set_object. DO NOT UPDATE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r421 r423  
    228228
    229229%% set functions for the mouse and keyboard
    230 set(handles.histo_u,'NextPlot','replacechildren');
     230% set(handles.histo_u,'NextPlot','replacechildren');
    231231set(handles.histo_v,'NextPlot','replacechildren');
    232232set(hObject,'KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function
     
    47434743    web(helpfile);
    47444744end
     4745
     4746
     4747% --- Executes on slider movement.
     4748function 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.