MatlabInterface.DLLPath Property

Top 

Description

The full path to where the MATLAB executable is located (For example, C:\MATLAB\bin).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

""

 

Syntax

myString1 = myMatlabInterface1.DLLPath;

 

myMatlabInterface1.DLLPath = myString1;

 

See also

MatlabInterface Object

Interfacing with Matlab Guide