MATLAB Compiler Previous page   Next Page

mwArray SharedCopy() const

Return new array representing shared copy of this array.

C++ syntax

Arguments

None

Return value

New mwArray representing a reference counted version of the original.

Description

Use this method to create a shared copy of an existing array. The new array and the original array both point to the same data.


Previous page  mwArray Clone() const mwArray Serialize() const Next page

© 1994-2005 The MathWorks, Inc.