How do I resolve a "ACCESS_VIOLATION_EXCEPTION" when trying to execute MatLab functions from Java?
Mostrar comentarios más antiguos
I am trying to call Matlab from Java. I can successfully call the "eval" function of the MatlabEngine object that I create. However, when I call either the "feval" or "getVariable" functions, I get a "EXCEPTION_ACCESS_VIOLATION" error that crashes the VM. I have looked around and been unable to resolve this issue. How do I fix this?
Thank you
Respuestas (1)
Cameron Meek
el 15 de En. de 2019
0 votos
Categorías
Más información sobre Call MATLAB from Java en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!