source: trunk/src/get_field/PLOT.m @ 105

Last change on this file since 105 was 105, checked in by sommeria, 14 years ago

Bug fix

File size: 568 bytes
RevLine 
[36]1%---------------------------------------------------------
2% --- Executes on button press in RUN.
[89]3function SubField=PLOT(hget_field)
[36]4%---------------------------------------------------------
[89]5SubField=[]; %default
6if ~exist('hget_field','var')
7    return
8end
[36]9[SubField,errormsg]=read_get_field(hget_field);
[105]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
[36]18if ~isempty(errormsg)
[80]19    msgbox_uvmat('ERROR',['error in read_get_field/PLOT input:' errormsg])
[36]20end
Note: See TracBrowser for help on using the repository browser.