MATLAB Compiler Previous page   Next Page

mwArray& operator=(const <type>& x)

Assign single scalar value to array. This operator is overloaded for all numeric and logical types.

C++ syntax

Arguments

x.   Value to assign.

Return value

A reference to the invoking mwArray.

Description

Use this operator to set a single scalar value.


Previous page  mwArray operator()(const char* name, int i1, int i2, int i3, ..., ) operator <type>() const Next page

© 1994-2005 The MathWorks, Inc.