Retrieve meta.DynamicProperty from class instance

1 次查看(过去 30 天)
Is it possible to retrieve meta.DynamicProperty for dynamic properties from a class instance?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by