QUESTDLGWITHGRID

버전 1.0.0.0 (39.1 KB) 작성자: Michael Robbins
questdlg, with the useful addition of a grid object to display the data.
다운로드 수: 2K
업데이트 날짜: 2005/5/4

라이선스 없음

produces a simple questdlg, with the useful addition of a grid object to display the data in question.

CAVEATS
At this time, only cell arrays of strings
are accepted.
Automatic column width adjustment is not
yet supported

INPUT
QUESTION, type = string
NAME, type = string
BUTTON1 STRING, type = string
BUTTON2 STRING, type = string
MATRIX, type = cell array of strings
USECOLHEADER, type = boolean
USEROWHEADER, type = boolean

OUTPUT
SELECTEDBUTTONNAME, type = string

USAGE
out = QuestDlgWithGrid('Does this data look OK?', ...
'QuestDlgWithGrid Example', ...
'Yup', ...
'Nope', ...
{'','Col 1','Col B','A 3rd Col',
'Row 1','one','two','three'; ...
'A 2nd Row','datum','more','another'}, ...
1,1);

SEE ALSO QUESTDLG, GRID_AND_TABLE, SPREADSHEET

인용 양식

Michael Robbins (2024). QUESTDLGWITHGRID (https://www.mathworks.com/matlabcentral/fileexchange/7582-questdlgwithgrid), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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