フィルターのクリア

depfun to find package functions

4 ビュー (過去 30 日間)
Christopher Pedersen
Christopher Pedersen 2012 年 8 月 15 日
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 Center および File ExchangeDownloads についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by