How can I identify the dependencies of a MATLAB program?

45 visualizaciones (últimos 30 días)
How can I determine what other functions and scripts my MATLAB program is dependent upon?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 20 de Feb. de 2023
Editada: MathWorks Support Team el 16 de Abr. de 2023
Refer to the documentation in the following link for methods to identify program dependencies:

Más respuestas (1)

Daniel Frisch
Daniel Frisch el 13 de Nov. de 2020
This function finds all dependencies and directly copies them to a folder:
>> copy_dependencies( 'matlabScript.m' )

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by