How can I automatically find the input files a function or script uses?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Text Files en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!