Autocorrelation function of data show now points in plot
Ältere Kommentare anzeigen
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 Kommentare
Image Analyst
am 24 Mai 2016
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
am 25 Mai 2016
Jos (10584)
am 25 Mai 2016
I do not have a function by the name "autocorr". Which toolbox is it in?
Antworten (1)
Jos (10584)
am 25 Mai 2016
Bearbeitet: Jos (10584)
am 25 Mai 2016
Are there Nans in your input?
A = 1:10, A(4) = NaN
B = xcorr(A) % → all NaNs
Kategorien
Mehr zu Dynamic System Models finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!