이전 댓글 표시
how can i put the acf command on my command window, where can i find that command
답변 (2개)
Walter Roberson
2012년 1월 29일
0 개 추천
MATLAB does not have any acf command. The econometrics toolbox has an autocorr function for calculating ACF.
There is a MATLAB File Exchange contribution that has a routine named acf; see http://www.mathworks.com/matlabcentral/fileexchange/30540-autocorrelation-function-acf
Wayne King
2012년 1월 29일
0 개 추천
In addition to Walter's suggestion, you can use xcorr() in the Signal Processing Toolbox to obtain the autocorrelation sequence estimate.
카테고리
도움말 센터 및 File Exchange에서 Financial Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!