You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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
Cite As
Jan-Andrea Bard (2026). File Orbit (https://au.mathworks.com/matlabcentral/fileexchange/183284-file-orbit), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired by: Get Dependent Files
General Information
- Version 1.0.2 (2.38 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
