Changeset 966 for trunk/src/set_object.m


Ignore:
Timestamp:
Jul 9, 2016, 10:02:57 PM (8 years ago)
Author:
sommeria
Message:

3D projection improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/set_object.m

    r965 r966  
    3838function varargout = set_object(varargin)
    3939
    40 % Last Modified by GUIDE v2.5 16-Jun-2015 00:33:59
     40% Last Modified by GUIDE v2.5 09-Jul-2016 20:25:37
    4141
    4242% Begin initialization code - DO NOT REFRESH
     
    818818
    819819function num_RangeInterp_Callback(hObject, eventdata, handles)
     820
     821
     822% --- Executes on key press with focus on num_Angle_1 and none of its controls.
     823function num_Angle_1_KeyPressFcn(hObject, eventdata, handles)
     824% hObject    handle to num_Angle_1 (see GCBO)
     825% eventdata  structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL)
     826%       Key: name of the key that was pressed, in lower case
     827%       Character: character interpretation of the key(s) that was pressed
     828%       Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed
     829% handles    structure with handles and user data (see GUIDATA)
     830
     831
     832% --- Executes on key press with focus on num_Angle_2 and none of its controls.
     833function num_Angle_2_KeyPressFcn(hObject, eventdata, handles)
     834% hObject    handle to num_Angle_2 (see GCBO)
     835% eventdata  structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL)
     836%       Key: name of the key that was pressed, in lower case
     837%       Character: character interpretation of the key(s) that was pressed
     838%       Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed
     839% handles    structure with handles and user data (see GUIDATA)
Note: See TracChangeset for help on using the changeset viewer.