Run Processing sketches in Matlab
Run processing sketches from Matlab or MAX/MSP.
The Processing class wraps a sketch (PApplet) in a window (Frame) and provides methods to show and dispose sketches.
First, you need to make sure Matlab has acces to the processing code in "core.jar". I have included an install script to add "core.jar" to the classpath.
Then, export the sketch (*.pde) to an Applet to obtain the *.java and *.class files. Make sure there are in Matlab's classpath (using javaclasspath).
Finally, you can run the sketch by using
Processing.run('your.sketch.classname.here')
You can also set sketch location, always on top, and a few other things.
An example sketch & matlab script is included.
This Processing-wrapper-class can also be used in MaxMSP.
Cita come
Mark (2025). Run Processing sketches in Matlab (https://it.mathworks.com/matlabcentral/fileexchange/31817-run-processing-sketches-in-matlab), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
| Versione | Pubblicato | Note della release | |
|---|---|---|---|
| 1.0.0.0 |
