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 Kommentar

Jan
Jan am 22 Apr. 2014
What exactly is "sum"? A local subfunction or the built-in sum function?

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Image Analyst
Image Analyst am 22 Apr. 2014

0 Stimmen

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:

Weitere Antworten (3)

Jan
Jan am 22 Apr. 2014

0 Stimmen

You find a lot of functions in the FileExchange. Simply search for "dependency" or equivalent terms:
daniel
daniel am 22 Apr. 2014

0 Stimmen

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

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 22 Apr. 2014

Beantwortet:

am 22 Apr. 2014

Community Treasure Hunt

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

Start Hunting!

Translated by