フィルターのクリア

meta.package not updating

1 回表示 (過去 30 日間)
A Mackie
A Mackie 2018 年 3 月 19 日
Using 2017b.
I have some code which performs inspection on a package periodically, however, if a function is removed from this package the corresponding meta package class will not reflect this in its function list. This then causes an error downstream when I attempt to call these functions.
Calling the meta constructor and gathering the function list through:
package = meta.package.fromName(pkgName);
fns = {package.FunctionList.Name};
Adding a function to the package is reflected correctly in the meta object but removing one is not. Any assistance/explanation as to why this is the case is appreciated. Thank you.

回答 (0 件)

カテゴリ

Help Center および File ExchangeHistorical Contests についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by