120 likes | 454 Views
Outline Matlab as a Tool for . . .. Summarizing dataFitting dataHypothesis testing. Some Matlab Tidbits. Matlab saves dates as a number, but not the same number as ExcelIn Matlab, 1 = Jan 1 0000exceldates = caldata(:,1);matlabdates = datenum('30-Dec-1899') exceldates;datestr(matlabdates,2
E N D