Java Interface with Matlab
Mostrar comentarios más antiguos
I am currently using JA builder to interface matlab and java. In this i am able to access arithmetic functions. I want to plot the values in Matlab and display the plotted graph in Java GUI and not in Matlab GUI. Is this possible in JA builder ?
Respuestas (1)
Friedrich
el 3 de Ag. de 2011
0 votos
Hi,
this needs some rewrite of your ML and JAVA code. You have to use the figtoimstream function:
This will tream out a figure "snapshot" as byte array encoded in format specified. You convert this byte array into an image format which can be displayed in JAVA.
1 comentario
Nagarajan Ramaswamy
el 4 de Ag. de 2011
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!