Engine.AutomaticVariable — automatically maps a MATLAB variable to a Gamma variable.
Engine.AutomaticVariable (varname, sym, poll_secs, local_override?=nil)
The name of the MATLAB variable, as a string.
The Gamma variable, as a symbol.
The number of seconds between polls. This can be fractional, such as 0.1.
This function automatically maps a MATLAB variable to a Gamma variable. MATLAB provides no mechanism for a callback to the DataHub, so the variable must be polled on a regular basis. If either MATLAB or Gamma changes a mapped variable, the other is updated. This function is defined in the MatlabSupport.g file.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.