MATLAB Application Program Interface Reference Help Desk

mexSet

Purpose

Set the value of the specified Handle Graphics property

C Syntax

Arguments

handle

Handle to a particular graphics object.

property

A Handle Graphics property.

value

The new value to assign to the property.

Returns

0 on success; 1 on failure. Possible causes of failure include

Description

Call 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.

Example

See the example on the mexGet reference page.

See Also

mexGet



[ Previous | Help Desk | Next ]