Variables are listed as outputs while debugging
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
My problem is that when I want to observe a value of some variables in a function, put the break at the beginning of a certain line and execute the function up to that line, most variables that were calculated in the function show up listed in the workspace as outputs. Even the values of inputs are changed. Unlisted variables become passive and their values do not show up when I drag the mouse over them. Thanks in advance.
1 个评论
Image Analyst
2013-2-6
I don't see any problem. Sounds like you just described the way it is supposed to, and does, operate.
Not sure what you mean by "unlisted" but if the value has not been assigned yet, then it doesn't exist yet, and hovering the mouse over it will not show any value for it because there is no value yet.
回答(2 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!