Ignore:
Timestamp:
Mar 5, 2010, 11:23:19 PM (14 years ago)
Author:
sommeria
Message:

-get_field: functions called by ACTION in the GUI get_field put in the subdirectory get_field (like for series)
-help put in the subdir uvmat_doc, help call in uvmat, civ, geometry calib modified accordingly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/translate_points.m

    r12 r36  
    3636end
    3737% End initialization code - DO NOT EDIT
     38
    3839
    3940% --- Executes just before translate_points is made visible.
     
    129130function Cancel_Callback(hObject, eventdata, handles)
    130131handles.output = get(hObject,'String');
    131 %handles.output = 'Cancel'
    132132guidata(hObject, handles); % Update handles structure
    133 % Use UIRESUME instead of delete because the OutputFcn needs
    134 % to get the updated handles structure.
    135133uiresume(handles.figure1);
    136134
     
    163161
    164162
    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 MATLAB
    168 % handles    structure with handles and user data (see GUIDATA)
    169 
    170 % Hints: get(hObject,'String') returns contents of edit5 as text
    171 %        str2double(get(hObject,'String')) returns contents of edit5 as a double
    172 
    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 MATLAB
    178 % handles    structure with handles and user data (see GUIDATA)
    179 
    180 % Hints: get(hObject,'String') returns contents of edit6 as text
    181 %        str2double(get(hObject,'String')) returns contents of edit6 as a
    182 %        double
    183 
    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 MATLAB
    188 % handles    structure with handles and user data (see GUIDATA)
    189 
    190 % Hints: get(hObject,'String') returns contents of edit7 as text
    191 %        str2double(get(hObject,'String')) returns contents of edit7 as a double
    192 
    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 MATLAB
    197 % handles    structure with handles and user data (see GUIDATA)
    198 
    199 % Hints: get(hObject,'String') returns contents of edit8 as text
    200 %        str2double(get(hObject,'String')) returns contents of edit8 as a double
    201 
    202 
Note: See TracChangeset for help on using the changeset viewer.