Changeset 170 for trunk/src/get_field/PLOT.m
- Timestamp:
- Jan 4, 2011, 7:45:02 PM (14 years ago)
- 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 1 11 %--------------------------------------------------------- 2 12 % --- Executes on button press in RUN. … … 8 18 end 9 19 [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 18 20 if ~isempty(errormsg) 19 21 msgbox_uvmat('ERROR',['error in read_get_field/PLOT input:' errormsg])
Note: See TracChangeset
for help on using the changeset viewer.