I want to call Java applet (specifically processing sketch) from inside Matlab code, can I do it and if so how, are there any examples.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Applet? Probably not, but Matlab has it's own JVM, so anything you can run from a "java ..." command line, you can run from Matlab. |
|||
|
|
|
I sugest you to read that: the link MATLAB Spoken Here July 6th, 2009 Calling Java from MATLAB So far no one has taken me up on the extra credit from the Interactive Web Pages post. I thought the problem of displaying a figure without an image file was too interesting to pass up, so I figured out the solution myself and put it up on the file exchange. The second challenge involving ActiveX will remain open until I get chance to write up its solution. Or, if you don't have the time to do that, you can still win a t-shirt by sending us your desktop. ... |
|||
|
|
