Variable highlighting sometimes doesn't work (Editor)
Mostrar comentarios más antiguos
With some variables, clicking on them in the Editor does not highlight other occurrences of that same variable within the current script, as would be expected.
Not sure why that is the case, since those variables are no different from those for which highlighting works normally; and there are no syntax errors in my script. Any ideas? Using R2016a.
3 comentarios
Adam
el 8 de Mzo. de 2017
The only time I have really observed this to happen is when I have syntax errors or am in the middle of writing a function or line of code (which is basically the same thing since the half-finished line is a syntax error).
z8080
el 9 de Mzo. de 2017
z8080
el 9 de Mzo. de 2017
Respuesta aceptada
Más respuestas (1)
It seems that only variables defined locally are highlighted. Added a "global varname" at the beginning (varname the variable that was not being hightlighted) and it started being highlighted.
Hope this helps (me) or anyone else.
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!