com.apamax.matlab
Event PutFloatRequest


Puts a float variable into MATLAB engine workspace. Uses Matlab API function engPutVariable.

NOTE: By default this event create a local variable in the Matlab session. If you need the variable to have a global scope, precede the PutFloatRequest event with an EvaluateRequest in which you declare the variable as being global (e.g. "global x");. 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 variable e.g. "x".
 floatvalue

Value of the MATLAB variable.
 
Member detail

messageID

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

name

            string name
        
Name of the MATLAB variable e.g. "x".

sessionID

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

value

            float value
        
Value of the MATLAB variable.