-
Notifications
You must be signed in to change notification settings - Fork 319
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
Do you have any idea how to solve the following error? #24
Comments
Solved. You are using 32bit system I think, so I need to compile mex with "mex -DMX_COMPACT_32" |
I'm not sure why you had to compile with that option, but I'm glad you solved it. My system is 64-bit. What's the version of MATLAB that you are using? |
I had the same error, but couldn't solve it by adding the 32-bit option. I'm using MATLAB 2017a on Ubuntu 16.04. Hope it helps someone else who use this code! |
change int to mwSize (thanks to #24 (comment))
@varunagrawal Yes! Thanks for reminding me to do so. @myungsub Thanks for pointing out the solution. I've updated the source code. |
The text was updated successfully, but these errors were encountered: