Lydos.Matlab

Matrix.ToString Method 

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;

Return Value

A string representation of the matrix in a Matlab readable format.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThrown when this has already been disposed.

See Also

Matrix Class | Lydos.Matlab Namespace