Changeset 970 for trunk/src/set_object.m
- Timestamp:
- Nov 9, 2016, 7:12:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/set_object.m
r967 r970 38 38 function varargout = set_object(varargin) 39 39 40 % Last Modified by GUIDE v2.5 09- Jul-2016 20:25:3740 % Last Modified by GUIDE v2.5 09-Nov-2016 15:46:04 41 41 42 42 % Begin initialization code - DO NOT REFRESH … … 823 823 824 824 825 % --- Executes on key press with focus on num_Angle_1 and none of its controls. 826 function num_Angle_1_KeyPressFcn(hObject, eventdata, handles) 827 % hObject handle to num_Angle_1 (see GCBO) 828 % eventdata structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL) 829 % Key: name of the key that was pressed, in lower case 830 % Character: character interpretation of the key(s) that was pressed 831 % Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed 832 % handles structure with handles and user data (see GUIDATA) 833 834 835 % --- Executes on key press with focus on num_Angle_2 and none of its controls. 836 function num_Angle_2_KeyPressFcn(hObject, eventdata, handles) 837 % hObject handle to num_Angle_2 (see GCBO) 838 % eventdata structure with the following fields (see MATLAB.UI.CONTROL.UICONTROL) 839 % Key: name of the key that was pressed, in lower case 840 % Character: character interpretation of the key(s) that was pressed 841 % Modifier: name(s) of the modifier key(s) (i.e., control, shift) pressed 842 % handles structure with handles and user data (see GUIDATA) 825 % 826 827 828 % --- Executes on key press with focus on num_RangeX_2 and none of its controls. 829 function suggest_refresh(hObject, eventdata, handles) 830 set(handles.REFRESH,'BackgroundColor',[1 0 1])
Note: See TracChangeset
for help on using the changeset viewer.