Matlab: how to find functions on path that use a given function

前端 未结 4 1160
情话喂你
情话喂你 2021-02-08 08:51

It sometimes happens that I need to change the behavior of a function. Is there an easy way to find functions (on the matlab path) that use that function?

4条回答
  •  南旧
    南旧 (楼主)
    2021-02-08 09:33

    The way I do this is to look for files that contain the name of the function I'm interested in. Thus, I don't only see who calls my function, but also what signature they use.

    In the editor: Edit->Find Files

提交回复
热议问题