Running existing java-based GUI in matlab
Mostrar comentarios más antiguos
Dear All, I've a java-based GUI (JFEFF: http://feffproject.org/feffproject-feff.html) contains a few parameters that we optimize with matlab using a genetic algorithm. Currently we have to run both of matlab and JFEFF GUI simultaneously, instead of desired run the java-application inside of matlab. This would allow us to reduce significantly the time associated with each optimisation, improve calculations stability, and enables us to use the PCs in conjunction with optimisation. Does anybody has some suggestion in how to do this? All the best Jacinto
Respuestas (1)
Shruti Sapre
el 16 de Dic. de 2015
0 votos
Hi Jacinto,
I understand that wish to call the Java GUI from within MATLAB. You could build the GUI into a jar and call the constructor or a method from within MATLAB. You could also add the Java class files to the MATLAB classpath and call the required methods:
The below links may be useful in providing examples for this approach:
http://www.mathworks.com/matlabcentral/answers/99993-how-do-i-call-a-simple-hello-world-java-program-in-matlab http://blogs.mathworks.com/community/2009/07/06/calling-java-from-matlab/
Hope this helps!
-Shruti
1 comentario
Jacinto Sa
el 5 de En. de 2016
Categorías
Más información sobre Startup and Shutdown 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!