Creates and returns a string representation of the matrix.
[Visual Basic] Overrides Public Function ToString() As String [C#] public override string ToString(); [C++] public: String* ToString(); [JScript] public override function ToString(): String;
A string representation of the matrix in a Matlab readable format.
Exception Type | Condition |
---|---|
ObjectDisposedException | Thrown when this has already been disposed. |