why do I have an error on the length function?
3 views (last 30 days)
Show older comments
Giuseppe D'Amico
on 26 Nov 2020
Commented: Giuseppe D'Amico
on 26 Nov 2020
hi, I have a file of 70080 lines of which I want to obtain the autocorrelation graph, why do I get this error? I state that previously it worked, can anyone help me?
Also, can anyone give me clues as to what autocorrelation indicates? what is it for?
0 Comments
Accepted Answer
Walter Roberson
on 26 Nov 2020
You do not have an error on the length function. You have an error on the lenght function.
length <- what you want
lenght <- what you have
0 Comments
More Answers (2)
Giuseppe D'Amico
on 26 Nov 2020
2 Comments
John D'Errico
on 26 Nov 2020
Please don't use an answer just to ask another question. This is not even a question about MATLAB anyway.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!