Azzera filtri
Azzera filtri

meta.package not updating

1 visualizzazione (ultimi 30 giorni)
A Mackie
A Mackie il 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.

Risposte (0)

Categorie

Scopri di più su Historical Contests in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by