-
Notifications
You must be signed in to change notification settings - Fork 14
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
Command Evaluation Server fails to import in Matlab 2019a #194
Comments
Most likely this is also caused by the missing massif-functions.m issue first defined in #156 - but I have to check it again. |
|
Makes sense that adding the massif_functions.m to the path does not help, as it is already added to the installation folder (#156 (comment))... |
I found this: https://diffplug.github.io/matconsolectl/javadoc/4.4.2/matlabcontrol/MatlabProxy.html
|
This could be better handled in https://github.com/viatra/massif/blob/master/plugins/br.com.embraer.massif.commandevaluation.server/src/br/com/embraer/massif/commandevaluation/server/MatlabRemoteImpl.java by checking for |
When trying to import simulink models using Matlab2019a with the latest Massif 0.8.0 CI build, it failed with the following exception:
When looking at the partial model created, the issue comes at the very start. I am also attaching the debug log and the created file for future reference.
massif_080_matlab_2019a.zip
The text was updated successfully, but these errors were encountered: