Specifying questdlg position

‘MFquestdlg’ enables you to specify the question dialog box location on the screen.

이 제출물을 팔로우합니다

‘MFquestdlg’ is just a simple modification of ‘questdlg’ which enables you to specify the position of questdlg on the screen.
Everything is like the original ‘questdlg’, except that you need to determine your desirable position of the dialog box.
Specify the position with a two-element vector of the form:
[left, bottom]
where ‘left’ and ‘bottom’ define the distance from the lower-left corner of the screen to the lower-left corner of the question dialog box. ‘left’ and ‘bottom’ are NORMALIZED units, obviously between 0 and 1. The position vector must be added as the first element of ‘MFquestdlg’. An example could be:
button = MFquestdlg ( [ 0.6 , 0.1 ] , 'Is the position proper?' , 'Is it OK?' );

인용 양식

Saeid (2026). Specifying questdlg position (https://kr.mathworks.com/matlabcentral/fileexchange/31044-specifying-questdlg-position), MATLAB Central File Exchange. 검색 날짜: .

도움

도움 준 파일: SoRoSim, Specifying icon in questdlg

카테고리

Help CenterMATLAB Answers에서 App Building에 대해 자세히 알아보기

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.2.0.0

Just some help lines are added to the code.

1.0.0.0