-
Notifications
You must be signed in to change notification settings - Fork 144
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
Matlab crashes when running LCS_ellipse.m #4
Comments
It should work in MacOS although we haven't tested our code in MacOS environment yet and the code could successfully run in 64-bit Windows OS. I think the mex file generated by your computer wasn't a successful file although it had been generated successfully. Please pay attention to the difference of mex generation command between Windows OS and MacOS. |
I figure out the problem.
the author free |
@xiahaa Just ran into this problem, along with a couple others, but I finally got mine working on mac. @AlanLuSun As of this post, this bug is still present in the code. Should I make a pull request for this? |
@dcmesh |
After compiling the cpp file and generating the "mexmaci64" file successfully (I'm working on MacOS), I ran the "LCS_ellipse.m". However, the Matlab crashed every time I ran this file. Could you please help me figure out the possible causes of this problem? Thank you!
The text was updated successfully, but these errors were encountered: