MatlabBroadcaster¶
-
class
MatlabBroadcaster¶ Enables a session of MATLAB to be connected to by matlabcontrol running outside MATLAB.
Author: Joshua Kaplan
Methods¶
broadcast¶
-
static synchronized void
broadcast(int broadcastPort)¶ Makes this session of MATLAB visible to matlabcontrol. Once broadcasting, matlabcontrol running outside MATLAB will be able to connect to this session of MATLAB.
Throws: - MatlabConnectionException – thrown if not running inside MATLAB or unable to broadcast
getSession¶
-
static MatlabSessionImpl
getSession()¶ Returns the session object bound to the RMI registry by this broadcaster.