Finding Where a Variable Is Defined
11 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
R Stephens
il 5 Gen 2016
Commentato: R Stephens
il 7 Gen 2016
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 Commenti
Risposta accettata
Sean de Wolski
il 5 Gen 2016
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Variables in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!