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 CenterFile Exchange에서 Properties에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by