How can I automatically find the input files a function or script uses?
Show older comments
The "matlab.codetools.requiredFilesAndProducts" function will return a list of program files needed for a program, but it will not include input files that the program loads, such as .mat files, a read of a spreadsheet or text file, etc. How can I automatically find all dependencies for a program that includes all input files needed?
Accepted Answer
More Answers (0)
Categories
Find more on Text Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!