get_function_depend​ents

版本 1.0.0.0 (2.3 KB) 作者: Robert M. Flight
Creates a directory with all sub functions called by higher function.
1.8K 次下载
更新时间 2008/6/16

查看许可证

get_function_dependents(funct_nam,options)

What this function is set up for is when you have written a big function, that depends on a bunch of smaller functions, that you have also written. Someone wants to borrow the function, but you don't know all the sub functions required to run it. If you run this, it will create a sub directory in the current directory with the name 'funct_nam_dir', and copy the main function, and all the user written sub functions into the directory. You can then create a zip file or just copy the directory and give to the person the complete directory, and they should be able to run the function without any problems.

You must specify any toolbox names you want included (if any), and the main MATLAB install directory, (edit these within the file) as we don't want to include files included in the main MATLAB distribution. This function also assumes that the user created functions are not in the MATLAB install directory.

引用格式

Robert M. Flight (2024). get_function_dependents (https://www.mathworks.com/matlabcentral/fileexchange/8287-get_function_dependents), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14SP2
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 File Operations 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Added functionality of copying .fig files associated with the .m files of GUI applications, and gets matlab root directory automatically.