External Interfaces Reference |
Copy variable from MATLAB engine workspace
C Syntax
Arguments
var_name
Name of mxArray
to get from MATLAB.
Description
engGetVariable
reads the named mxArray
from the MATLAB engine session associated with ep
and returns a pointer to a newly allocated mxArray
structure, or NULL
if the attempt fails. engGetVariable
fails if the named variable does not exist.
Be careful in your code to free the mxArray
created by this routine when you are finished with it.
UNIX
See engdemo.c
in the eng_mat
subdirectory of the examples
directory for a sample program that illustrates how to call the MATLAB engine functions from a C program.
Windows
See engwindemo.c
in the eng_mat
subdirectory of the examples
directory for a sample program that illustrates how to call the MATLAB engine functions from a C program for Windows.
See Also
engGetMatrix (Obsolete) | engGetVisible |
© 1994-2005 The MathWorks, Inc.