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

前端 未结 4 1043
情话喂你
情话喂你 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:34

    you mean like looking for dependencies? that would be tools -> show dependency report

提交回复
热议问题