SETPOS 1.2 - GETPOS 1.2

버전 1.0.0.0 (5.45 KB) 작성자: Jerome Briot
Two flexible wrappers to manage graphics object position.
다운로드 수: 1.8K
업데이트 날짜: 2007/2/21

라이선스 없음

편집자 메모: This was a File Exchange Pick of the Week

SETPOS/GETPOS are two flexible wrappers to set/get the "Position" property of graphics objects (figure, axes, uicontrol).

SETPOS(H,POS) works as SET(H,'Position',POS) and GETPOS(H) works as GET(H,'Position') but :

Both can set/get data using different unit for each element of the 'Position' vector.

Both can manage each element [Left,Bottom,Width,Height] individually without the others.

Both can use any graphics object HREF as position reference, instead of the parent of H. (Added in V1.1)

SETPOS contains a +/- feature that increase/decrease the corresponding value in the 'Position' vector.

Please contact me directly by email for bug report or enhancement request.

##################################################
Versions:

(Both) 1.0 (12-Feb-2007)

(Both) 1.1 (14-Feb-2007)
Third input argument HREF added.
Minor corrections in the help section.

(Both) 1.2 (21-Feb-2007)
Bug fixed if HREF is the Root object.
Examples removed from the help section.
Third file containing examples added.

인용 양식

Jerome Briot (2024). SETPOS 1.2 - GETPOS 1.2 (https://www.mathworks.com/matlabcentral/fileexchange/13927-setpos-1-2-getpos-1-2), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R12.1
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Graphics Object Properties에 대해 자세히 알아보기

Community Treasure Hunt

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

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

Bug fixed and examples moved from the help sections to a third M-file.