MathWorks.MATLAB.NET.Arrays.native.MWArray Class
Namespace: MathWorks.MATLAB.NET.Arrays.native
Encapsulate native MATLAB
mxArray
Description
MWArray
is an abstract C# class that serves as the root of the
MATLAB® array class hierarchy. Its derived classes implement MATLAB data types. It encapsulates a native MATLAB
mxArray
and provides a managed API for accessing, formatting, and
manipulating the native array.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Namespace:
MathWorks.MATLAB.NET.Arrays.native
Assembly: MWArray (in MWArray.dll) Version: 2.23.1.0 (2.23.1.0)
Syntax:
[SerializableAttribute] public class MWArray : ICloneable
Properties
Methods
Inheritance Hierarchy
System.Object
Mathworks.MATLAB.NET.Arrays.native.MWArray
Mathworks.MATLAB.NET.Arrays.native.MWCellArray
Mathworks.MATLAB.NET.Arrays.native.MWStructArray
Version History
Introduced in R2006a