AUTOHELP

버전 1.0.0.0 (1.5 KB) 작성자: Michael Robbins
Generates a helpfile automatically.
다운로드 수: 2.1K
업데이트 날짜: 2005/5/3

라이선스 없음

generates a helpfile automatically. AUTOHELP only works on GUI's. It reads the data stored in HANDLES. Look at the function SEARCHREPLACEMANYGUI (5/2/05 release) to see how it's used. This function is designed to be used by OKDLGWITHLISTBOX which will display the help it in a popup window with a listbox.

OKDLGWITHLISTBOX and SEARCHREPLACEMANYGUI can be found at the MATLAB File Exchange at www.mathworks.com

INPUT
HANDLES OR a filename preceeded by "-f"

OUTPUT
STR2 = a cell array of help strings
STR = a single long string of help output

USAGE

OKDlgWithListBox(['This is the automatically generated help ' ...
'for SEARCHREPLACEMANYGUI. It was generated using the ' ...
'AUTOHELP function and displayed using the OKDLGWITHLISTBOX ' ...
'function. All of the above mentioned functions can be found ' ...
'on the MATLAB File Exchange.'], ...
'SearchReplaceManyGUI :: Help',AutoHelp(handles));%

ANOTHER EXAMPLE:

OKDlgWithListBox(['This is the automatically generated help ' ...
'for SEARCHREPLACEMANYGUI. It was generated using the ' ...
'AUTOHELP function and displayed using the OKDLGWITHLISTBOX ' ...
'function. All of the above mentioned functions can be found ' ...
'on the MATLAB File Exchange.'], ...
'SearchReplaceManyGUI :: Help',AutoHelp(handles));%

SEE ALSO OKDLGWITHLISTBOX SEARCHREPLACEMANYGUI QUESTDLGWITHGRID AUTOHELP QUESTDLG GRID_AND_TABLE SPREADSHEET

인용 양식

Michael Robbins (2024). AUTOHELP (https://www.mathworks.com/matlabcentral/fileexchange/7580-autohelp), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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