-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot use matlab demo #46
Comments
Hello, I want to try the curvelet demo in matlab. I have installed matlab s2let package (with so3, ssht and fftw given in makefile and matlab R2017b installed). I do have
However, when I try the matlab demo in './src/main/matlab', i found the error:
I checked the './src/main/matlab', there is no function as |
s2let requires ssht to compute spherical harmonic transforms. So you would also need the matlab interface to ssht installed and in your path. That would then provide the |
I've closed this issue for now but please just reopen if you have further questions. |
I compile the matlab interface to ssht and so3 and the demo of s2let just works fine. Thank you! Besides, In my case(gcc7.5 ubuntu18.04) I found that:
Similar change should be done on the |
Glad you got it working @flying-gwx and thanks for the comments about the makefiles. @mdavezac Did the location or naming of the SO3 header path change (see comments above)? Perhaps we need to update the makefiles accordingly (even tho this in not the main build approach any longer, it seems they are still useful for matlab installs)? |
No description provided.
The text was updated successfully, but these errors were encountered: