Last change
on this file since 102 was
89,
checked in by sommeria, 15 years ago
|
many bug corrections and cleaning. Activation of the BW option in uvmat. Improvement of the interaction of get_field with uvmat.
|
File size:
408 bytes
|
Rev | Line | |
---|
[36] | 1 | %--------------------------------------------------------- |
---|
| 2 | % --- Executes on button press in RUN. |
---|
[89] | 3 | function SubField=PLOT(hget_field) |
---|
[36] | 4 | %--------------------------------------------------------- |
---|
[89] | 5 | SubField=[]; %default |
---|
| 6 | if ~exist('hget_field','var') |
---|
| 7 | return |
---|
| 8 | end |
---|
[36] | 9 | [SubField,errormsg]=read_get_field(hget_field); |
---|
| 10 | if ~isempty(errormsg) |
---|
[80] | 11 | msgbox_uvmat('ERROR',['error in read_get_field/PLOT input:' errormsg]) |
---|
[36] | 12 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.