getundoc - get undocumented object properties

버전 1.9.0.0 (37 KB) 작성자: Yair Altman
GETUNDOC returns a structure of undocumented properties (names & values) for the specified object
다운로드 수: 2.7K
업데이트 날짜: 2016/3/10

라이선스 보기

GETUNDOC('OBJECT') or GETUNDOC(H) returns a structure of undocumented properties (names & values) for the object having handle H or identified by the string 'OBJECT'.
GETUNDOC(H,true) returns the undocumented properties of H, while skipping the following standard undocumented properties: ALimInclude, ApplicationData, Behavior, CLimInclude, HelpTopicKey, IncludeRenderer, PixelBounds, Serializable, XLimInclude, YLimInclude, ZLimInclude
For example, GETUNDOC('axes') or GETUNDOC(gca) returns undocumented property names and values for the axes object.

Full technical description: http://UndocumentedMatlab.com/blog/getundoc-get-undocumented-object-properties/

This is an extension of Duane Hanselman's original utility from 2006 (which is no longer available on the File Exchange).

인용 양식

Yair Altman (2024). getundoc - get undocumented object properties (https://www.mathworks.com/matlabcentral/fileexchange/32934-getundoc-get-undocumented-object-properties), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2006a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Line Plots에 대해 자세히 알아보기
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.9.0.0

removed internal HG2 mirror properties from the returned list

1.8.0.0

added support for any Matlab class object (not just handle classes); added onCleanup function

1.7.0.0

Support for any Matlab handle class, not just those deriving hgsetget

1.6.0.0

added support for user classes deriving hgsetget

1.5.0.0

enabled optional input parameter to skip standard undocumented props

1.4.0.0

added support for handle() references; added support all the way back to Matlab 6.0 (R12)

1.3.0.0

Removed the Aerospace Blockset from the list of requirements - it got in there by mistake...

1.2.0.0

added public fields (Java & MCOS)

1.1.0.0

Compatibility fix for HG2

1.0.0.0