locDepFun

Version 1.0.0.0 (1.06 KB) by Frank Tap
Determines the local m-files that an m-file does and does not depend upon
756 Downloads
Updated 31 Mar 2016

View License

LOCDEPFUN determines the local m-files that an m-file does and does not depend upon
[LIST,DIF]=LOCDEPFUN(FUN)
FUN is a string with the function name
LIST is a cell array of strings with the local m-files that FUN depends upon
DIF is a cell array of strings with the local m-files that FUN does not depend upon
Example
[list,dif]=locDepFun('foo');
Determines which local m-files foo.m ooes and does not depend upon

Cite As

Frank Tap (2024). locDepFun (https://www.mathworks.com/matlabcentral/fileexchange/11160-locdepfun), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on File Operations in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

BSD license
BSD license