Retrieve meta.DynamicProperty from class instance

1 回表示 (過去 30 日間)
Jim Hokanson
Jim Hokanson 2018 年 1 月 5 日
回答済み: Jim Hokanson 2018 年 1 月 5 日
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 Center および File ExchangeProperties についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by