MWStringArrayClone Method |
Makes a deep copy of a MATLAB string array
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public override Object Clone()
Return Value
Type:
ObjectThe copy of the
MWStringArrayImplements
ICloneableCloneRemarks
See MATLAB documentation for the "=" operator.
See Also