Changeset 611 for trunk/src/civ.m
- Timestamp:
- Apr 18, 2013, 9:02:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/civ.m
r599 r611 335 335 set(handles.ListPairCiv2,'String',{''}) 336 336 Param=xml2struct(fileinput); %read parameters from the xml input file 337 fill_GUI(Param,handles );%fill the GUI with the parameters retrieved from the xml file337 fill_GUI(Param,handles.civ);%fill the GUI with the parameters retrieved from the xml file 338 338 return 339 339 end … … 534 534 MaxIndex_i=min(size(time,1),MaxIndex_i);%possibly adjust the max index according to time data 535 535 MaxIndex_j=min(size(time,2),MaxIndex_j); 536 time=[zeros(size(time,1),1) time]; %insert a vertical line of zeros (to deal with zero file indices)537 time=[zeros(1,size(time,2)); time]; %insert a horizontal line of zeros536 % time=[zeros(size(time,1),1) time]; %insert a vertical line of zeros (to deal with zero file indices) 537 % time=[zeros(1,size(time,2)); time]; %insert a horizontal line of zeros 538 538 else 539 539 set(handles.ImaDoc,'String',''); %xml file not used for timing
Note: See TracChangeset
for help on using the changeset viewer.