MATLAB Application Program Interface | Search  Help Desk |
mexSet | Examples See Also |
Set the value of the specified Handle Graphics property
#include "mex.h" int mexSet(double handle, const char *property, mxArray *value);handle
mexSet
to set the value of the property of a certain graphics object. mexSet
is the API equivalent of MATLAB's set
function. To get the value of a graphics property, call mexGet
.
See the example on the mexGet
reference page.
mexGet