SubFuns

Command-line utility to list all function declarations within a specified m-file.

Vous suivez désormais cette soumission

Note de l’éditeur : 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.

Citation pour cette source

Robert Bemis (2026). SubFuns (https://fr.mathworks.com/matlabcentral/fileexchange/5563-subfuns), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : HyperSubFunHelp

Catégories

En savoir plus sur Entering Commands dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
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).