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

Variable mis-named? #113

Open
nobias opened this issue Dec 15, 2020 · 0 comments
Open

Variable mis-named? #113

nobias opened this issue Dec 15, 2020 · 0 comments

Comments

@nobias
Copy link

nobias commented Dec 15, 2020

I think this line:

tmp_hh = cumsum(h.*h); % hh(k) = h(1:k)'*h(1:k)

should read:
tmp_hh = cumsum(tmp_h.*tmp_h);

Otherwise Matlab throws this error message:
"Identifier 'h' is not a function or a shared variable. To share 'h' with nested function, initialize it in the current scope."

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

No branches or pull requests

1 participant