Borrar filtros
Borrar filtros

depfun to find package functions

4 visualizaciones (últimos 30 días)
Christopher Pedersen
Christopher Pedersen el 15 de Ag. de 2012
I'm trying to write a wrapper for depfun, that will also find dependency function inside packages.
My idea is to look for all subfolders of the path that start with + (i.e. package folders), find all the functions in these. That will give me a list of strings to look for (e.g. +myfol/myfun.m gives the string myfol.myfun). I can then see which of these strings appear in the code.
the problem with this is false positives: if there is e.g. a strucutre that happens to use the same syntax (myfol.myfun = somevalue), that will be treated as a call to the package function, when it is not.
is there a neater way of doing this ?

Respuestas (1)

Image Analyst
Image Analyst el 15 de Ag. de 2012
First look at these File Exchange submissions to see if they do what you want.
This one seems especially comprehensive:
Here's another one to look at:

Categorías

Más información sobre Downloads en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by