SubFuns

버전 1.1.0.1 (5.88 KB) 작성자: Robert Bemis
Command-line utility to list all function declarations within a specified m-file.
다운로드 수: 3K
업데이트 날짜: 2016/9/1

라이선스 보기

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

The MATLAB Editor provides a pull-down tool to Show Functions within an open m-file. But suppose you want to see function decalarations inside an m-file without editing. Perhaps you need to debug GUI callbacks, or understand someone else's function. You may not remember everything in a long list of functions after the Show Functions pull-down disappears. In these situations it would be helpful if the function list would hang around for reference. That's what this utility does.
This utility also highlights some interesting new capabilities of the MATLAB 7 desktop enviroment such as hyperlinks in the Command Window. Also, check out the code for examples of nested functions, block comments, and TODO/FIXME notes.

인용 양식

Robert Bemis (2024). SubFuns (https://www.mathworks.com/matlabcentral/fileexchange/5563-subfuns), MATLAB Central File Exchange. 검색됨 .

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

줌: HyperSubFunHelp

Community Treasure Hunt

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

Start Hunting!

SubFuns/

버전 게시됨 릴리스 정보
1.1.0.1

Updated license

1.1.0.0

copyright

1.0.0.0

Bug fix: original errored m-files with only one function declaration. Also added comments and updated description to highlight some new language and desktop features with MATLAB 7 (Release 14).