Ignore:
Timestamp:
Jan 4, 2011, 7:45:02 PM (13 years ago)
Author:
sommeria
Message:

cleaning of documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field/PLOT.m

    r105 r170  
     1% 'PLOT.m': standar  display function for the the GUI  get_field
     2%  GUI_input=PLOT(hget_field)
     3%
     4% OUTPUT:
     5% GUI_input: option for display in the GUI get_field
     6%
     7%INPUT:
     8% hget_field: handles of the GUI get_field
     9%
     10
    111%---------------------------------------------------------
    212% --- Executes on button press in RUN.
     
    818end
    919[SubField,errormsg]=read_get_field(hget_field);
    10 % SubField.VarAttribute{1}
    11 % SubField.VarAttribute{2}
    12 % SubField.VarAttribute{3}
    13 %
    14 % SubField.VarDimName{1}
    15 % SubField.VarDimName{2}
    16 % SubField.VarDimName{3}
    17 
    1820if ~isempty(errormsg)
    1921    msgbox_uvmat('ERROR',['error in read_get_field/PLOT input:' errormsg])
Note: See TracChangeset for help on using the changeset viewer.