Finding Where a Variable Is Defined
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
R Stephens
el 5 de En. de 2016
Comentada: R Stephens
el 7 de En. de 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 comentarios
Respuesta aceptada
Sean de Wolski
el 5 de En. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Variables en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!