getting name of all functions i use in m file (or script)

34 次查看(过去 30 天)
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

采纳的回答

Image Analyst
Image Analyst 2014-4-22
You can generate a dependency report. On the newer versions of MATLAB, they hid it under the little down arrow on the "Current Folder" panel. On earlier versions it's on the main pulldown menu bar.
Or you can use some more comprehensive apps:

更多回答(3 个)

Jan
Jan 2014-4-22
You find a lot of functions in the FileExchange. Simply search for "dependency" or equivalent terms:

lvn
lvn 2014-4-22

daniel
daniel 2014-4-22
Thanks you very much! i did find it under the small arrow in the editor window (show editor actions)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by