com.apamax.matlab
Event PutMatrixRequest


Puts a two-dimensional matrix variable into MATLAB engine workspace. Uses Matlab API function engEval. 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".
 sequence<sequence<float>>values

Values of the matlab matrix.
 
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.

values

sequence<sequence<float>> values
Values of the matlab matrix.