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
댓글 수: 0
채택된 답변
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.
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!