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 で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!