Makes a deep copy of an MWArray.
Namespace: MathWorks.MATLAB.NET.ArraysAssembly: MWArray (in MWArray.dll) Version: 2.24.1.0 (2.24.1.0)
Syntax public virtual Object Clone()
Return Value
Type:
ObjectThe deep copy of the
MWArrayImplements
ICloneableCloneRemarks
See the "=" operator in the MATLAB documentation.
See Also