Changeset 966 for trunk/src/set_object.m
- Timestamp:
- Jul 9, 2016, 10:02:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r965 r966 38 38 function varargout = set_object(varargin) 39 39 40 % Last Modified by GUIDE v2.5 16-Jun-2015 00:33:5940 % Last Modified by GUIDE v2.5 09-Jul-2016 20:25:37 41 41 42 42 % Begin initialization code - DO NOT REFRESH … … 818 818 819 819 function num_RangeInterp_Callback(hObject, eventdata, handles) 820 821 822 % --- Executes on key press with focus on num_Angle_1 and none of its controls. 823 function 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. 833 function 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.