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
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
Nabeel Ali 2016 年 5 月 25 日
I am using autocorr function of matlab
Jos (10584)
Jos (10584) 2016 年 5 月 25 日
I do not have a function by the name "autocorr". Which toolbox is it in?

サインインしてコメントする。

回答 (1 件)

Jos (10584)
Jos (10584) 2016 年 5 月 25 日
編集済み: Jos (10584) 2016 年 5 月 25 日

0 投票

Are there Nans in your input?
A = 1:10, A(4) = NaN
B = xcorr(A) % → all NaNs

カテゴリ

ヘルプ センター および File ExchangeLoops and Conditional Statements についてさらに検索

タグ

質問済み:

2016 年 5 月 24 日

編集済み:

2016 年 5 月 25 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by