getting name of all functions i use in m file (or script)
显示 更早的评论
Hello,
is there a way to find out quickly all the names of the functions been used in a script file?
for example if i wrote script that called "calculator"
and it used in several function such as "add","sum", "multiply" ,etc.. i want to be able to extract those name of the function easly
thanks
1 个评论
Jan
2014-4-22
What exactly is "sum"? A local subfunction or the built-in sum function?
采纳的回答
更多回答(3 个)
Jan
2014-4-22
0 个投票
You find a lot of functions in the FileExchange. Simply search for "dependency" or equivalent terms:
类别
在 帮助中心 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!