Effacer les filtres
Effacer les filtres

meta.package not updating

1 vue (au cours des 30 derniers jours)
A Mackie
A Mackie le 19 Mar 2018
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.

Réponses (0)

Catégories

En savoir plus sur Historical Contests dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by