Changeset 36 for trunk/src/translate_points.m
- Timestamp:
- Mar 5, 2010, 11:23:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/translate_points.m
r12 r36 36 36 end 37 37 % End initialization code - DO NOT EDIT 38 38 39 39 40 % --- Executes just before translate_points is made visible. … … 129 130 function Cancel_Callback(hObject, eventdata, handles) 130 131 handles.output = get(hObject,'String'); 131 %handles.output = 'Cancel'132 132 guidata(hObject, handles); % Update handles structure 133 % Use UIRESUME instead of delete because the OutputFcn needs134 % to get the updated handles structure.135 133 uiresume(handles.figure1); 136 134 … … 163 161 164 162 165 function edit5_Callback(hObject, eventdata, handles)166 % hObject handle to edit5 (see GCBO)167 % eventdata reserved - to be defined in a future version of MATLAB168 % handles structure with handles and user data (see GUIDATA)169 170 % Hints: get(hObject,'String') returns contents of edit5 as text171 % str2double(get(hObject,'String')) returns contents of edit5 as a double172 173 174 175 function edit6_Callback(hObject, eventdata, handles)176 % hObject handle to edit6 (see GCBO)177 % eventdata reserved - to be defined in a future version of MATLAB178 % handles structure with handles and user data (see GUIDATA)179 180 % Hints: get(hObject,'String') returns contents of edit6 as text181 % str2double(get(hObject,'String')) returns contents of edit6 as a182 % double183 184 185 function edit7_Callback(hObject, eventdata, handles)186 % hObject handle to edit7 (see GCBO)187 % eventdata reserved - to be defined in a future version of MATLAB188 % handles structure with handles and user data (see GUIDATA)189 190 % Hints: get(hObject,'String') returns contents of edit7 as text191 % str2double(get(hObject,'String')) returns contents of edit7 as a double192 193 194 function edit8_Callback(hObject, eventdata, handles)195 % hObject handle to edit8 (see GCBO)196 % eventdata reserved - to be defined in a future version of MATLAB197 % handles structure with handles and user data (see GUIDATA)198 199 % Hints: get(hObject,'String') returns contents of edit8 as text200 % str2double(get(hObject,'String')) returns contents of edit8 as a double201 202
Note: See TracChangeset
for help on using the changeset viewer.