Recursively get file-dependencies of a given function
by Torsten Hopp
03 Jul 2007
(Updated 03 Jul 2007)
This function searches recursively for all files dependent to a given function (excluding matlabroo
|
Watch this File
|
| File Information |
| Description |
getFileDependencies('funcName') recursively calls the MATLAB-function 'depfun' to find the files dependent to the given function. It filters out all dependendies on files from matlabroot.
The function returns a filename-list as cell-Array that can be used for example in setting up a job in the Distributed Computing Toolbox:
set(job, 'fileDependencies', getFileDependencies('myFunc')); |
| MATLAB release |
MATLAB 7.4 (R2007a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
|
Contact us at files@mathworks.com