fileOrbit(<funName>) finds the collection (recursively) of all files on the Matlab path that can potentially be reached by calling the function <funName>. Only m-files that are not built-ins or other Matlab functions are found. The file names are listed in a cell array.
Syntax:
files = fileOrbit(myFun);
fileOrbit myFun
Zitieren als
Jan-Andrea Bard (2026). File Orbit (https://de.mathworks.com/matlabcentral/fileexchange/183284-file-orbit), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Erstellt mit
R2025b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS LinuxTags
Quellenangaben
Inspiriert von: Get Dependent Files
Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.2 | Handle case where class definition node is empty. |
||
| 1.0.1 | Renamed Zip-File |
||
| 1.0.0 |
