Autocorrelation function of data show now points in plot
이전 댓글 표시
I am having a problem with autocorr function.When i take autocorr of series it shows no data on a graph.Can anyone help me why plot is showing no data?
댓글 수: 3
Image Analyst
2016년 5월 24일
Yes, we almost certainly can, provided you show us your code. What function did you call to do the autocorrelation? What function did you call to do the display of the results?
Nabeel Ali
2016년 5월 25일
Jos (10584)
2016년 5월 25일
I do not have a function by the name "autocorr". Which toolbox is it in?
답변 (1개)
Jos (10584)
2016년 5월 25일
편집: Jos (10584)
2016년 5월 25일
Are there Nans in your input?
A = 1:10, A(4) = NaN
B = xcorr(A) % → all NaNs
카테고리
도움말 센터 및 File Exchange에서 Dynamic System Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!