HyperSubFunHelp

버전 1.0.0.0 (5.04 KB) 작성자: Mathias Ortner
Display expandable help of nested and subfunctions in an Mfile with recursive behavior
다운로드 수: 821
업데이트 날짜: 2007/8/20

라이선스 없음

HYPERSUBFUNHELP displays help of a file with expandable recursive subfunctions help
HYPERSUBFUNHELP(MFILE) displays the help of MFILE with expandable help
for each nested/sub functions that are preceeded by a line of comment
containing the key expression '% Display Help'

A set of links is generated containing the name of a sub functions and a
the h1 line of every subfunction.

The expension of one link results in the following displays:
- a link for retracting the subfunction help,
- the subfunction help,
- links for expanding subfunctions of the current subfunction are
displayed (recursive behavior) provided that the subfunctions are
preceeded by a '% Display Help' Tag.

HYPERSUBFUNHELP(MFILE,'short') does not display the main help.
It is usefull for including a link in an Mfile help that adds links to
subfunction help beneath the main help, without repeating it.

Note 1: The depth parsing of subfunctions is based on the indentation
(spaces). If the mfile is not properly indented, the function might not
work.

인용 양식

Mathias Ortner (2024). HyperSubFunHelp (https://www.mathworks.com/matlabcentral/fileexchange/15939-hypersubfunhelp), MATLAB Central File Exchange. 검색됨 .

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

받음: SubFuns

Community Treasure Hunt

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

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

It seems there was a problem with the last submission. I hope this one will work....