User`s guide
External Interfaces/API
22-33
Obsolete Function Replacement
engPutFull (C and Fortran) mxCreateDoubleMatrix followed by mxSetPr,
mxSetPi, engPutVariable
engPutMatrix (C and
Fortran)
engPutVariable
engSetEvalCallback (C) None
engSetEvalTimeout (C) None
engWinInit (C) None
Compatibility Considerations
Most of the functions listed as obsolete in this section are unsupported in V6.5 (R13) and
later versions. Some obsolete functions are unsupported in earlier versions.
If this section lists a replacement for an obsolete function, change any code that refers to
the obsolete function to use the replacement instead.
If you must use an obsolete function in a MEX-file or application, use the -V5 option to
mex when you build the file.
Support for Licensed ActiveX Controls
MATLAB supports the use of Microsoft ActiveX controls that require licensing at both
design time and runtime.
See the actxcontrol function for information on how to specify a design-time license key.
See Deploying ActiveX Controls Requiring Run-Time Licenses for information on how to
use ActiveX Controls that require runtime licenses in your MATLAB application.
Support for VT_Date Type
MATLAB defines a data type to be used with controls requiring input defined as type
VT_DATE. See Using Date Data Type for more information.