SubFuns

版本 1.1.0.1 (5.9 KB) 作者: Robert Bemis
Command-line utility to list all function declarations within a specified m-file.
3.0K 次下载
更新时间 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).