Products & Services Industries Academia Support User Community Company

Learn more about MATLAB   

mexGet (C) - Get value of specified Handle Graphics property

C Syntax

#include "mex.h"
const mxArray *mexGet(double handle, const char *property);

Arguments

handle

Handle to a particular graphics object

property

Handle Graphics® property

Returns

Value of the specified property in the specified graphics object on success. Returns NULL on failure. The return argument from mexGet is declared as constant, meaning that it is read only and should not be modified. Changing the data in these mxArrays may produce undesired side effects.

Description

Call mexGet to get the value of the property of a certain graphics object. mexGet is the API equivalent of the MATLAB get function. To set a graphics property value, call mexSet.

Examples

See mexget.c in the matlabroot/extern/examples/mex folder .

See Also

mexSet

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS