Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Eclipse 中,您可以通过按 CTRL+SHIFT+R 重构所有变量和函数名称,这很棒。我正在编辑别人的 matlab 脚本,想改变他们的很多变量,我想知道 matlab 中是否有类似的东西?
2012a 中的 Matlab 编辑器允许您shift + enter在开始编辑其中一个时按下以更改脚本或函数中的所有公共变量。
shift + enter
否则我会建议查找和替换。