Changeset 630 for trunk/src/get_field.m


Ignore:
Timestamp:
May 6, 2013, 6:49:54 PM (11 years ago)
Author:
sommeria
Message:

generalisation of update_imadoc, improverment of the GUI get_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r606 r630  
    2222function varargout = get_field(varargin)
    2323
    24 % Last Modified by GUIDE v2.5 10-Mar-2013 21:19:52
     24% Last Modified by GUIDE v2.5 05-May-2013 23:54:32
    2525
    2626% Begin initialization code - DO NOT EDIT
     
    14891489
    14901490
     1491% --- Executes on button press in CheckScalar.
     1492function checkbox22_Callback(hObject, eventdata, handles)
     1493% hObject    handle to CheckScalar (see GCBO)
     1494% eventdata  reserved - to be defined in a future version of MATLAB
     1495% handles    structure with handles and user data (see GUIDATA)
     1496
     1497% Hint: get(hObject,'Value') returns toggle state of CheckScalar
     1498
     1499
     1500% --- Executes on button press in checkbox23.
     1501function checkbox23_Callback(hObject, eventdata, handles)
     1502% hObject    handle to checkbox23 (see GCBO)
     1503% eventdata  reserved - to be defined in a future version of MATLAB
     1504% handles    structure with handles and user data (see GUIDATA)
     1505
     1506% Hint: get(hObject,'Value') returns toggle state of checkbox23
Note: See TracChangeset for help on using the changeset viewer.