com.apamax.matlab
Event PutFloatSequenceRequest


Puts a float sequence variable into MATLAB engine workspace. Uses Matlab API function engPutVariable. 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 sequence e.g. "bn".
 sequence<float>values

Values of the MATLAB sequence.
 
Member detail

messageID

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

name

            string name
        
Name of the MATLAB sequence e.g. "bn".

sessionID

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

values

            sequence<floatvalues
        
Values of the MATLAB sequence.