Finding Where a Variable Is Defined

11 次查看(过去 30 天)
I am browsing Matlab source code from one of the toolboxes and I am trying to find where a variable is defined in the toolbox. Is there a quick way within the editor to tell the editor "jump to definition" as I can in other code editors? This would be useful for user generated code as well.
Thanks

采纳的回答

Sean de Wolski
Sean de Wolski 2016-1-5
If you click on a variable in the editor, the right hand side will show gray lines for all instances of it. Click on the top one.
  1 个评论
R Stephens
R Stephens 2016-1-7
It would be nice if Mathworks would extend this functionality with a pop-up menu that showed the definition location if it is in another file. Otherwise the find option mentioned by Star Strider in combination with this current feature is required. Perhaps this already exists and I am missing something?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Variables 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by