Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autocorr not working #64

Open
GoogleCodeExporter opened this issue Dec 14, 2015 · 1 comment
Open

autocorr not working #64

GoogleCodeExporter opened this issue Dec 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. a = randn(1,100) 
2. c = autocorr(a)
3.

What is the expected output? What do you see instead?
The expected output is the autcorrelation of a. The function autocorr generates 
an error because its subfunction xcorr(a,b) is called without the argument b.

What version / revision of the product are you using? On what operating
system?

Ubuntu 12.04. MATLAB 7.11.0.584 (R2010b)

Please provide any additional information below.

MATLAB provides an autocorr function. If there is aneed for a new one, it 
should have a different name.

Original issue reported on code.google.com by enr.dile...@gmail.com on 10 Dec 2013 at 11:51

@GoogleCodeExporter
Copy link
Author

Moved to GitHub: https://github.com/probml/pmtk3/issues/64

Original comment by irosen on 4 Jan 2014 at 2:39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant