Execute a MATLAB command.

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

Syntax

Visual Basic
Public Shared Function Matlab ( _
	szCmd As String _
) As String

Parameters

szCmd
Type: System..::..String
Command sent to MATLAB.

Return Value

Response string from MATLAB. Contains "" if no errors occured.

Remarks