File Orbit

版本 1.0.2 (2.4 KB) 作者: Jan-Andrea Bard
Find impacted files recursively.
1.0 次下载
更新 2026/2/18

查看许可证

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

引用格式

Jan-Andrea Bard (2026). File Orbit (https://ww2.mathworks.cn/matlabcentral/fileexchange/183284-file-orbit), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2025b
兼容任何版本
平台兼容性
Windows macOS Linux
致谢

参考作品: Get Dependent Files

版本 已发布 发行说明
1.0.2

Handle case where class definition node is empty.

1.0.1

Renamed Zip-File

1.0.0