com.apamax.matlab
Event GetMatrixRequest


Gets a two-dimensional matrix variable from MATLAB engine workspace. Uses Matlab API function engGetVariable. NOTE: maximum name size is currently 256 characters. A change would require recompiling the plug-in.
Member summary
 stringsessionID

The unique ID of the session to be used.
 stringmessageID

Shows the order in which the events are routed.
 stringname

Name of the MATLAB matrix e.g. "A".
 
Member detail

messageID

            string messageID
        
Shows the order in which the events are routed.

name

            string name
        
Name of the MATLAB matrix e.g. "A".

sessionID

            string sessionID
        
The unique ID of the session to be used.