Variable highlighting sometimes doesn't work (Editor)
显示 更早的评论
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.
采纳的回答
更多回答(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.
类别
在 帮助中心 和 File Exchange 中查找有关 Loops and Conditional Statements 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!