Borrar filtros
Borrar filtros

how to check that all called functions exist in the path?

7 visualizaciones (últimos 30 días)
Mohamed Abdalmoaty
Mohamed Abdalmoaty el 27 de Jun. de 2015
Editada: Walter Roberson el 28 de Jun. de 2015
I coded my simulation in an m file in which I call many other functions that I also wrote. Each function also calls several other functions.
Is there a way to check that all the needed functions and subfunctions are in the current directory of the m file? I need to do this without running the code *since it would take long time to run!

Respuestas (1)

Guillaume
Guillaume el 27 de Jun. de 2015
Editada: Guillaume el 27 de Jun. de 2015
Have a look at depfun or its newish replacement matlab.codetools.requiredFilesAndProducts.

Categorías

Más información sobre Search Path 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