Retrieve meta.DynamicProperty from class instance

1 visualización (últimos 30 días)
Jim Hokanson
Jim Hokanson el 5 de En. de 2018
Respondida: Jim Hokanson el 5 de En. de 2018
Is it possible to retrieve meta.DynamicProperty for dynamic properties from a class instance?

Respuestas (1)

Jim Hokanson
Jim Hokanson el 5 de En. de 2018
After a bit more searching it appears you need to do:
prop_meta = findprop(obj,prop_name);
Found at:

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by