-
Notifications
You must be signed in to change notification settings - Fork 64
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 code does not run / fails silently #201
Comments
Same issue as #200 |
Strange. Have you tried an older version already? I think I'll try that next |
Older versions should work, I'm not sure which is the latest version that works, but this library used to work with older version of MATLAB just fine. |
Previous version (2021b) works as expected so far. I guess this should remain open since things aren't working with current version of MATLAB though. |
Interesting, we should find a channel were to report the bug with MATLAB. It looks like they might have changed some internals that lead to the library failures on 2022b. |
Environment:
Windows 10
Julia 1.6.2
MATLAB 2022a academic
I have been unable to run any code in julia that uses matlab successfully. Running the following code will open the matlab command window if it is not already but does nothing else. Furthermore, the print at the end does not show in the terminal or in matlab.
I tried running
matlab -batch "comserver('register')"
since I am on Windows but this results in a long error (I can include if needed) that always starts withcom.mathworks.util.ShutdownRuntimeException: Java is shutting down
. Really not sure what is going wrong or what I can do to fix it. Any help would be appreciated.The text was updated successfully, but these errors were encountered: