Changeset 516 for trunk/src/uvmat.m
- Timestamp:
- Aug 16, 2012, 8:47:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r515 r516 2216 2216 % display the Fields menu from the input file and pick the selected one: 2217 2217 if isstruct(ParamOut) 2218 field_index=strcmp(ParamOut.FieldName,ParamOut.FieldList);2219 set(handles.Fields,'String',ParamOut.FieldList); %update the field menu2220 set(handles.Fields,'Value',find(field_index,1))2218 field_index=strcmp(ParamOut.FieldName,ParamOut.FieldList); 2219 set(handles.Fields,'String',ParamOut.FieldList); %update the field menu 2220 set(handles.Fields,'Value',find(field_index,1)) 2221 2221 end 2222 2222
Note: See TracChangeset
for help on using the changeset viewer.