MATLAB Compiler Previous page   Next Page

static mwArray Deserialize(const mwArray& arr)

Deserialize array that has been serialized with mwArray::Serialize.

C++ syntax

Arguments

arr.   mwArray that has been obtained by calling mwArray::Serialize

Return value

A new mwArray containing the deserialized array.

Description

Use this method to deserialize an array that has been serialized with mwArray::Serialize(). The input array must be of type mxUINT8_CLASS and contain the data from a serialized array. If the input data does not represent a serialized mwArray, the behavior of this method is undefined.


Previous page  operator <type>() const static double GetNaN() Next page

© 1994-2005 The MathWorks, Inc.