Property Name
|
Date Type
|
Default Value
|
Description
|
name
|
mxArray
|
None
|
Name of the C or Assembly function
|
filename
|
mxArray
|
None
|
Name of the file that contains the function
|
address
|
mxArray
|
None
|
Address of the function
|
type
|
mxArray
|
None
|
Return type for the function
|
savedregs
|
mxArray
|
None
|
Registers to preserve
|
variables
|
mxArray
|
None
|
The input and local arguments for the function
|
inputvars
|
mxArray
|
None
|
The input arguments for the function
|
outputvars
|
mxArray
|
None
|
The returned arguments from the function
|
link
|
MATLAB handle
|
None
|
Object handle that identifies the memory object
|
timeout
|
double
|
10 seconds
|
Timeout period for link functions/methods.
|