Ignore:
Timestamp:
Feb 16, 2010, 3:19:38 PM (14 years ago)
Author:
gostiaux
Message:

The files from uvmat.2.2.beta that differed from the current version have been updated.
Now the /raid/soft/UVMAT/src should be operational

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/translate_points.m

    r2 r12  
    1616function varargout = translate_points(varargin)
    1717
    18 % Last Modified by GUIDE v2.5 05-Jan-2010 09:49:31
     18% Last Modified by GUIDE v2.5 05-Jan-2010 19:31:33
    1919
    2020% Begin initialization code - DO NOT EDIT
     
    163163
    164164
    165 
    166 
     165function 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
     175function 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
     185function 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
     194function 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.