Changeset 538
- Timestamp:
- Sep 3, 2012, 11:53:30 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/get_field.m
r537 r538 892 892 set(hh.Coord_x,'String',{get_field_GUI.Panel1Dplot.abscissa}) 893 893 set(hh.Coord_y,'String',get_field_GUI.Panel1Dplot.ordinate) 894 set(hh.Coord_y,'Max', numel(get_field_GUI.Panel1Dplot.ordinate)) 894 895 set(hh.Coord_y,'Value',1:numel(get_field_GUI.Panel1Dplot.ordinate)) 895 896 set(hfield,'Value',1) -
trunk/src/read_field.m
r534 r538 84 84 Role{numel(ListVar)}='ancillary';% scalar used for color vector (not projected) 85 85 end 86 [Field,var_detect,ichoice]=nc2struct(FileName,[ParamIn.Coord_x ParamIn.Coord_yListVar]);86 [Field,var_detect,ichoice]=nc2struct(FileName,[ParamIn.Coord_x (ParamIn.Coord_y)' ListVar]); 87 87 if isfield(Field,'Txt') 88 88 errormsg=Field.Txt;
Note: See TracChangeset
for help on using the changeset viewer.