User`s guide
R2014a
3-12
Functionality What Happens
When You Use This
Functionality?
Use This Instead Compatibility
Considerations
depdir Warns matlab.codetools.requiredFilesAndProductsReplace all instances
of depdir with
matlab.codetools.requiredFilesAndProducts.
However,
matlab.codetools.requiredFilesAndProducts
returns the full path
of a required file,
including the file
name.
depfun Warns matlab.codetools.requiredFilesAndProductsReplace all instances
of depfun with
matlab.codetools.requiredFilesAndProducts.
However,
matlab.codetools.requiredFilesAndProducts
does not identify
opaque classes, such
as Java or COM
classes. There is no
replacement for this
functionality.
createCopy method
of inputParser
class
Errors copy Replace all instances
of createCopy with
copy.
mex -f
filepath\mexopts.bat
mex -f
filepath/mexopts.sh
Warns For building engine
and MAT-file
applications, use
mex -client
engine.
Replace custom mex
options files with
mex command-line
options.