Run Processing sketches in Matlab

Versione 1.0.0.0 (201 KB) da Mark
Run Processing Sketches in Matlab (or Max/MSP)
374 download
Aggiornato 15 giu 2011

Visualizza la licenza

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
Creato con R2009a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Propagation and Channel Models in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0