Get real values from a 2D-Matrix from Matlab.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Public Shared Function MatlabGetRealMatrix2 ( _
	szName As String, _
	ByRef dblReal As Double(,) _
) As String

Parameters

szName
Type: System..::..String
Matrix/Variable name.
dblReal
Type: array<System..::..Double,2>[,](,)[,][,]%
Array to which the matrix will be copied. The proper size must be set before calling MatlabGetRealMatrix2 (see MatlabGetMatrixSize)

Return Value

Zero-length if no error ocured. Error message otherwise.

Remarks

This function gets the 2D-matrix szName from Matlab, disgards the imaginery values and copies the real values to dblReal().

See Also