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