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. 检索时间: .
