Changeset 503 for trunk/src/read_get_field.m
- Timestamp:
- Jul 26, 2012, 10:14:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_get_field.m
r498 r503 24 24 25 25 % select the indices of field variables for 2D plots 26 test_1Dplot=get(handles. check_1Dplot,'Value');27 test_scalar=get(handles. check_scalar,'Value');28 test_vector=get(handles. check_vector,'Value');26 test_1Dplot=get(handles.CheckPlot1D,'Value'); 27 test_scalar=get(handles.CheckScalar,'Value'); 28 test_vector=get(handles.CheckVector,'Value'); 29 29 30 30 nbvar=0;
Note: See TracChangeset
for help on using the changeset viewer.