matlab.codetools.requiredFilesAndProducts
List dependencies of MATLAB program files
Syntax
Description
returns
a list of the MATLAB® program files required to run the program
files specified by fList
= matlab.codetools.requiredFilesAndProducts(files
)files
.
The matlab.codetools.requiredFilesAndProducts
function
is intended to provide you with information to pass on to consumers
of your MATLAB program files.
[
also
returns a list of the MathWorks® products possibly
required to run the program files specified by fList
, pList
]
= matlab.codetools.requiredFilesAndProducts(files
)files
.
If you use the matlab.codetools.requiredFilesAndProducts
function
on MATLAB code that you received, plist
only
includes the required toolboxes that are installed on your system.
In this case, plist
can be incomplete.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014a