Matlab:如何在使用给定函数的路径上找到函数 [英] Matlab: how to find functions on path that use a given function

查看:122
本文介绍了Matlab:如何在使用给定函数的路径上找到函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有时候,我需要改变一个函数的行为。有没有办法找到使用该函数的函数(在matlab路径上)?

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?

推荐答案

查找包含我感兴趣的函数名称的文件,因此,我不仅看到谁调用了我的函数,还查看了他们使用的是什么签名。

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

这篇关于Matlab:如何在使用给定函数的路径上找到函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆