how do I find where a function is being invoked?

How do I find where, i.e., in what other defined functions, a function is being invoked? My codebase is getting pretty large, and sometimes I'm not sure where I've used a particular function. Any help for that?

 Accepted Answer

Maybe control-shift-F to do a multi-file search. Or else use the dependency report (the little down arrow on the title bar of the Current Folder panel).

1 Comment

Yes! control-shift-F! Who knew. Thank you - this expanded "find" will come in very handy.

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!