matsocks
is a Java library and a MATLAB interface, which allow a user to invoke MATLAB commands on a remote MATLAB instance and view the results locally.
- Call
ant
to build the jar andant doc
to build the documentation. - Add the jar to the MATLAB path by calling
javaaddpath $PATH_TO_JAR
- Start the server by calling jSocketServer in the MATLAB instance to be controlled.
- java -jar matsocks.jar localhost 1235` runs the CLI-based interface for the local machine over port 1235.
- or call
jSocketClient
in another MATLAB instance to connect to the server
This is version 0.1. It works and is super basic. How nice.