Ignore:
Timestamp:
Jul 29, 2012, 11:18:31 PM (12 years ago)
Author:
sommeria
Message:

various improvments and corrections
dtatatree_browser tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/geometry_calib.m

    r502 r507  
    5050% Edit the above text to modify the response to help geometry_calib
    5151
    52 % Last Modified by GUIDE v2.5 05-Oct-2010 13:47:00
     52% Last Modified by GUIDE v2.5 29-Jul-2012 08:46:09
    5353
    5454% Begin initialization code - DO NOT edit
     
    14501450
    14511451
     1452% --- Executes when user attempts to close geometry_calib.
     1453function geometry_calib_CloseRequestFcn(hObject, eventdata, handles)
     1454% hObject    handle to geometry_calib (see GCBO)
     1455% eventdata  reserved - to be defined in a future version of MATLAB
     1456% handles    structure with handles and user data (see GUIDATA)
     1457
     1458% Hint: delete(hObject) closes the figure
     1459delete(hObject);
Note: See TracChangeset for help on using the changeset viewer.