Click or drag to resize
MWStringArrayClone Method
Makes a deep copy of a MATLAB string array

Namespace: MathWorks.MATLAB.NET.Arrays
Assembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax
C#
public override Object Clone()

Return Value

Type: Object
The copy of the MWStringArray

Implements

ICloneableClone
Remarks
See MATLAB documentation for the "=" operator.
See Also