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

2D analysis #6

Open
M201275870 opened this issue Mar 5, 2019 · 0 comments
Open

2D analysis #6

M201275870 opened this issue Mar 5, 2019 · 0 comments

Comments

@M201275870
Copy link

Hi mvallieres!

Thanks for your codes.

When I use the function "prepareVolume" with a 2D data, I got a error like:

error wavedec3 (line 109)
sizes(level+1,1:3) = size(X);

error waveletBPfilt (line 51)
wDEC=wavedec3(volume,1,wavelet);

error prepareVolume (line 149)
  ROIbox = waveletBPfilt(ROIbox,R,'sym8');

I think that's because the 'size(X)' has 2 , while the 'sizes(level+1,1:3)' has 3. You said the function "prepareVolume" is compatible with 2D analysis. But it looks doesn't work for 2D analysis.

How could I revise it? Thanks!

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