depfun to find package functions

4 次查看(过去 30 天)
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 ?

回答(1 个)

Image Analyst
Image Analyst 2012-8-15
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:

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by