Borrar filtros
Borrar filtros

meta.package not updating

1 visualización (últimos 30 días)
A Mackie
A Mackie el 19 de Mzo. de 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.

Respuestas (0)

Categorías

Más información sobre Historical Contests en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by