CAPMUniverse = merge(CAPMUniverse, fints(cash(:,1),cash(:,2),CAPMFactorList{1}));
CAPMUniverse, fints(cash(:,1),cash(:,2),CAPMFactorList{1})都是时间序列数据,想把数据merge起来,为何在MATLAB中merge跑不出来,错误提示为??? Undefined command/function 'merge'.
IMPORTANT: The MATLAB code will only work with MATLAB versions 2006b and above.
Requirements
------------
MATLAB
Financial Toolbox
Statistics Toolbox (comes bundled with Financial Toolbox)
我查了一下路径,有
C:\MATLAB7\toolbox\filterdesign\filterdesign
C:\MATLAB7\toolbox\filterdesign\quantization
C:\MATLAB7\toolbox\filterdesign\filtdesdemos
C:\MATLAB7\toolbox\finderiv\finderiv
C:\MATLAB7\toolbox\ftseries\ftseries
C:\MATLAB7\toolbox\ftseries\ftsdemos
C:\MATLAB7\toolbox\ftseries\ftsdata
C:\MATLAB7\toolbox\ftseries\ftstutorials
C:\MATLAB7\toolbox\finance\finance
C:\MATLAB7\toolbox\finance\calendar
C:\MATLAB7\toolbox\finance\findemos
C:\MATLAB7\toolbox\finance\finsupport
也有
C:\MATLAB7\toolbox\stats
merge不能运行,是不是两个toolbox没有come bounded,怎么才能come bounded呢